diff options
author | Roland McGrath <roland@gnu.org> | 1999-08-20 04:55:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-08-20 04:55:23 +0000 |
commit | eea21c41a8738916a1f89810bc116400a59f6390 (patch) | |
tree | f7e835aec8d90e013b69406eaeef39a953a3d551 /utils | |
parent | 7d77829e8f0851f17342052e4f5f447138015397 (diff) |
1999-08-20 Roland McGrath <roland@baalperazim.frob.com>
* portinfo.c (options): Doc fixes from Marcus.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/portinfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/portinfo.c b/utils/portinfo.c index be30cbe1..e80fcb69 100644 --- a/utils/portinfo.c +++ b/utils/portinfo.c @@ -66,9 +66,9 @@ static const struct argp_option options[] = { {"target-receive", 'R', 0, 0, "Only show ports that translate into receive rights"}, {"target-send", 'S', 0, 0, - "Only show ports that translate into receive rights"}, + "Only show ports that translate into send rights"}, {"target-send-once",'O', 0, 0, - "Only show ports that translate into receive rights"}, + "Only show ports that translate into send once rights"}, #endif {0} |