Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-06-14 21:47:20 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2021-06-14 21:47:20 +0300
commite2b9215868a3d72691e5bc0f887354254606447b (patch)
treed800e563fcd78971be6cd8630fba1d61677975fb /findutils
parent643b308029ac42f466fa17e4ff400e47003205d9 (diff)
*: --help tweaks
function old new delta packed_usage 33589 33552 -37 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'findutils')
-rw-r--r--findutils/grep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/findutils/grep.c b/findutils/grep.c
index 10cca83e7..d84766ca9 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -63,8 +63,8 @@
//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: IF_FEATURE_GREP_CONTEXT("[-A|B|C N] ")
+//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"