diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-06-21 09:45:11 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-06-21 09:45:11 +0200 |
commit | 1d7ad7a022bf894e89904832a0c84f14c8ca2d31 (patch) | |
tree | d7ca8ba84a8d9c230aaaf7f368417686b5d32991 /editors/sed.c | |
parent | 2bc495e4c402d9bc74c42ea01b7891356917d06e (diff) | |
download | busybox-w32-1d7ad7a022bf894e89904832a0c84f14c8ca2d31.tar.gz busybox-w32-1d7ad7a022bf894e89904832a0c84f14c8ca2d31.tar.bz2 busybox-w32-1d7ad7a022bf894e89904832a0c84f14c8ca2d31.zip |
tweak help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/sed.c')
-rw-r--r-- | editors/sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c index 652aaf573..42d8e17c6 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -63,7 +63,7 @@ | |||
63 | //usage: " -e CMD Add CMD to sed commands to be executed" | 63 | //usage: " -e CMD Add CMD to sed commands to be executed" |
64 | //usage: "\n -f FILE Add FILE contents to sed commands to be executed" | 64 | //usage: "\n -f FILE Add FILE contents to sed commands to be executed" |
65 | //usage: "\n -i[SFX] Edit files in-place (otherwise sends to stdout)" | 65 | //usage: "\n -i[SFX] Edit files in-place (otherwise sends to stdout)" |
66 | //usage: "\n Optionally backs files up, appending SFX" | 66 | //usage: "\n Optionally back files up, appending SFX" |
67 | //usage: "\n -n Suppress automatic printing of pattern space" | 67 | //usage: "\n -n Suppress automatic printing of pattern space" |
68 | //usage: "\n -r Use extended regex syntax" | 68 | //usage: "\n -r Use extended regex syntax" |
69 | //usage: "\n" | 69 | //usage: "\n" |