aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.sgml
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2000-07-21 15:10:57 +0000
committerPavel Roskin <proski@gnu.org>2000-07-21 15:10:57 +0000
commit0010ee45e37a66be737617a3356368ec9a914f71 (patch)
treeae5d0ac5081a283c459d4bdef42bef91e26b931c /docs/busybox.sgml
parentc768ab490e958ddca2699d4052a5d0a5dd823967 (diff)
downloadbusybox-0010ee45e37a66be737617a3356368ec9a914f71.tar.gz
Fixed usage info for "cut"
Diffstat (limited to 'docs/busybox.sgml')
-rw-r--r--docs/busybox.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index f0dd3bf62..d19ee242c 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -507,7 +507,7 @@
-b LIST Output only bytes from LIST
-c LIST Output only characters from LIST
-d CHAR Use CHAR instead of tab as the field delimiter
- -s Only output Lines if the include DELIM
+ -s Output only the lines containing delimiter
-f N Print only these fields
-n Ignored
</screen>