summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/portinfo.c4
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}