diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 02:12:36 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-07 02:12:36 +0200 |
commit | 269b36a49a60a90ce59dd6209728ec97fd72077e (patch) | |
tree | 2db1d92779e732f5ced3afc10ec79744167df201 /editors | |
parent | dd55d5d53c394edb65d392f77087049540568997 (diff) | |
download | busybox-w32-269b36a49a60a90ce59dd6209728ec97fd72077e.tar.gz busybox-w32-269b36a49a60a90ce59dd6209728ec97fd72077e.tar.bz2 busybox-w32-269b36a49a60a90ce59dd6209728ec97fd72077e.zip |
script: make -t[FILE] compatible with util-linux
function old new delta
script_main 1056 1102 +46
packed_usage 31736 31765 +29
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 75/0) Total: 75 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/sed.c | 4 |
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" |