diff options
author | Pavel Roskin | 2000-07-21 15:10:57 +0000 |
---|---|---|
committer | Pavel Roskin | 2000-07-21 15:10:57 +0000 |
commit | 0010ee45e37a66be737617a3356368ec9a914f71 (patch) | |
tree | ae5d0ac5081a283c459d4bdef42bef91e26b931c /docs | |
parent | c768ab490e958ddca2699d4052a5d0a5dd823967 (diff) | |
download | busybox-0010ee45e37a66be737617a3356368ec9a914f71.zip busybox-0010ee45e37a66be737617a3356368ec9a914f71.tar.gz |
Fixed usage info for "cut"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 4 | ||||
-rw-r--r-- | docs/busybox.sgml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index ca24143..4264f57 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -279,7 +279,7 @@ Options: -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 @@ -2034,4 +2034,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.57 2000/07/20 23:41:24 andersen Exp $ +# $Id: busybox.pod,v 1.58 2000/07/21 15:10:57 proski Exp $ diff --git a/docs/busybox.sgml b/docs/busybox.sgml index f0dd3bf..d19ee24 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> |