diff options
author | Elliott Hughes <enh@google.com> | 2017-02-02 14:51:32 -0800 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-02-03 17:16:11 -0600 |
commit | cc24b6033a9cdc326006a537bd26c482ec7d7354 (patch) | |
tree | e5e29c36482a6087d82e5a665e3a4f4af1dc8dba | |
parent | 0685ab75525609cddfeadc6ad8da6f2ff18be7ac (diff) | |
download | toybox-cc24b6033a9cdc326006a537bd26c482ec7d7354.tar.gz |
Fix typo in pgrep help.
-rw-r--r-- | toys/posix/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/ps.c b/toys/posix/ps.c index 07bf8583..33ab4945 100644 --- a/toys/posix/ps.c +++ b/toys/posix/ps.c @@ -180,7 +180,7 @@ config PGREP default y depends on PGKILL_COMMON help - usage: pgrep [-cL] [-d DELIM] [-L SIGNAL] [PATTERN] + usage: pgrep [-cl] [-d DELIM] [-L SIGNAL] [PATTERN] Search for process(es). PATTERN is an extended regular expression checked against command names. |