aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/sed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/sed.c b/editors/sed.c
index bec20040a..22580cf71 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -68,8 +68,8 @@
68//applet:IF_SED(APPLET(sed, BB_DIR_BIN, BB_SUID_DROP)) 68//applet:IF_SED(APPLET(sed, BB_DIR_BIN, BB_SUID_DROP))
69 69
70//usage:#define sed_trivial_usage 70//usage:#define sed_trivial_usage
71//usage: "[-inrE] [-f FILE]... [-e CMD]... [FILE]...\n" 71//usage: "[-i[SFX]] [-nrE] [-f FILE]... [-e CMD]... [FILE]...\n"
72//usage: "or: sed [-inrE] CMD [FILE]..." 72//usage: "or: sed [-i[SFX]] [-nrE] CMD [FILE]..."
73//usage:#define sed_full_usage "\n\n" 73//usage:#define sed_full_usage "\n\n"
74//usage: " -e CMD Add CMD to sed commands to be executed" 74//usage: " -e CMD Add CMD to sed commands to be executed"
75//usage: "\n -f FILE Add FILE contents to sed commands to be executed" 75//usage: "\n -f FILE Add FILE contents to sed commands to be executed"