aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-27 09:11:17 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-27 09:11:17 +0100
commitdac863a4cc699261826c793e435c9d04d45caf6b (patch)
tree70acf5409c54b29c8bd64d30a2046b7badc8a579
parent7b28415483a684c7029f0d2031946b03646c82a1 (diff)
downloadbusybox-dac863a4cc699261826c793e435c9d04d45caf6b.tar.gz
sed: shrink usage text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 591f09184..93eb2f6ba 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3812,7 +3812,7 @@
"Options:" \
"\n -e CMD Add CMD to sed commands to be executed" \
"\n -f FILE Add FILE contents to sed commands to be executed" \
- "\n -i Edit files in-place (default uses stdout for all output)" \
+ "\n -i Edit files in-place (else sends result to stdout)" \
"\n -n Suppress automatic printing of pattern space" \
"\n -r Use extended regex syntax" \
"\n" \