diff options
Diffstat (limited to 'utils/portinfo.c')
-rw-r--r-- | utils/portinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/portinfo.c b/utils/portinfo.c index 10f5fe8f..fc0ce214 100644 --- a/utils/portinfo.c +++ b/utils/portinfo.c @@ -72,7 +72,8 @@ static const struct argp_option options[] = { }; static const char *args_doc = "PID [NAME...]"; static const char *doc = -"If no port NAMEs are given, all ports in process PID are reported (if" +"Show information about mach ports NAME... (default all ports) in process PID." +"\vIf no port NAMEs are given, all ports in process PID are reported (if" " translation is used, then only those common to both processes). NAMEs" " may be specified in hexadecimal or octal by using a 0x or 0 prefix."; |