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-w32-dac863a4cc699261826c793e435c9d04d45caf6b.tar.gz
busybox-w32-dac863a4cc699261826c793e435c9d04d45caf6b.tar.bz2
busybox-w32-dac863a4cc699261826c793e435c9d04d45caf6b.zip
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 @@
3812 "Options:" \ 3812 "Options:" \
3813 "\n -e CMD Add CMD to sed commands to be executed" \ 3813 "\n -e CMD Add CMD to sed commands to be executed" \
3814 "\n -f FILE Add FILE contents to sed commands to be executed" \ 3814 "\n -f FILE Add FILE contents to sed commands to be executed" \
3815 "\n -i Edit files in-place (default uses stdout for all output)" \ 3815 "\n -i Edit files in-place (else sends result to stdout)" \
3816 "\n -n Suppress automatic printing of pattern space" \ 3816 "\n -n Suppress automatic printing of pattern space" \
3817 "\n -r Use extended regex syntax" \ 3817 "\n -r Use extended regex syntax" \
3818 "\n" \ 3818 "\n" \