summaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-06-16 14:24:27 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2021-06-16 14:24:27 +0200
commit609df6f22a960e45b727698f33be695d42541e25 (patch)
tree110666f41ba12073198ec64e6e735a4c8927f4d6 /findutils
parent57be5daa40c40df411716e22de0795160c88e647 (diff)
downloadbusybox-609df6f22a960e45b727698f33be695d42541e25.tar.gz
*: more --help tweaks
function old new delta packed_usage 33522 33534 +12 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'findutils')
-rw-r--r--findutils/grep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/findutils/grep.c b/findutils/grep.c
index d84766ca9..be4362ed0 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -57,14 +57,12 @@
#include "common_bufsiz.h"
#include "xregex.h"
-
-/* options */
//usage:#define grep_trivial_usage
//usage: "[-HhnlLoqvsrRiwFE"
//usage: IF_EXTRA_COMPAT("z")
//usage: "] [-m N] "
//usage: IF_FEATURE_GREP_CONTEXT("[-A|B|C N] ")
-//usage: "PATTERN | -e PATTERN... | -f FILE [FILE]..."
+//usage: "{ PATTERN | -e PATTERN... | -f FILE... } [FILE]..."
//usage:#define grep_full_usage "\n\n"
//usage: "Search for PATTERN in FILEs (or stdin)\n"
//usage: "\n -H Add 'filename:' prefix"