]> granicus.if.org Git - procps-ng/commitdiff
Add -a/--list-full to --help output.
authorBeni Cherniavsky-Paskin <cben@users.sf.net>
Tue, 12 Aug 2014 16:32:51 +0000 (19:32 +0300)
committerJaromir Capik <jcapik@redhat.com>
Tue, 19 Aug 2014 19:05:30 +0000 (21:05 +0200)
pgrep.c

diff --git a/pgrep.c b/pgrep.c
index 0a43f56ab96704404820922df9db56fde12a70ad..037677996c009e7f97dd89009ab591c8b1431d0b 100644 (file)
--- a/pgrep.c
+++ b/pgrep.c
@@ -106,6 +106,7 @@ static int __attribute__ ((__noreturn__)) usage(int opt)
        if (i_am_pkill == 0) {
                fputs(_(" -d, --delimiter <string>  specify output delimiter\n"),fp);
                fputs(_(" -l, --list-name           list PID and process name\n"),fp);
+               fputs(_(" -a, --list-full           list PID and full command line\n"),fp);
                fputs(_(" -v, --inverse             negates the matching\n"),fp);
                fputs(_(" -w, --lightweight         list all TID\n"), fp);
        }