From: Craig Small Date: Tue, 11 Oct 2005 03:23:03 +0000 (+0000) Subject: another typo in pstree X-Git-Tag: v22.11~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f63ecaf08944d02ba2a89b24e26a528ce9d83d35;p=psmisc another typo in pstree --- diff --git a/src/pstree.c b/src/pstree.c index edc7c87..8207f23 100644 --- a/src/pstree.c +++ b/src/pstree.c @@ -754,9 +754,9 @@ usage (void) " -l don't truncate long lines\n" " -n sort output by PID\n" " -p show PIDs; implies -c\n" - " -u show uid transitions\n")); + " -u show uid transitions\n" " -U use UTF-8 (Unicode) line drawing characters\n" - " -V display version information\n" + " -V display version information\n")); #ifdef WITH_SELINUX fprintf (stderr, _( " -Z show SELinux security contexts\n"));