Fixed usage info for "cut"
authorPavel Roskin <proski@gnu.org>
Fri, 21 Jul 2000 15:10:57 +0000 (15:10 -0000)
committerPavel Roskin <proski@gnu.org>
Fri, 21 Jul 2000 15:10:57 +0000 (15:10 -0000)
applets/usage.c
docs/busybox.pod
docs/busybox.sgml
usage.c

index a3d302e1e210758c4ea9799b636b097ee1771cb7..1031f24bce5c5d90dc76219bc5a1d666615fb11c 100644 (file)
@@ -117,7 +117,7 @@ const char cut_usage[] =
        "\t-b LIST\tOutput only bytes from LIST\n"
        "\t-c LIST\tOutput only characters from LIST\n"
        "\t-d CHAR\tUse CHAR instead of tab as the field delimiter\n"
-       "\t-s\tOnly output Lines if the include DELIM\n"
+       "\t-s\tOutput only the lines containing delimiter\n"
        "\t-f N\tPrint only these fields\n"
        "\t-n\tIgnored\n"
 #endif
index ca241433fb2ea4ba93e8694019bbc99b15a07d4f..4264f57c6e964b698203d1b324bd09053657005f 100644 (file)
@@ -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 $
index f0dd3bf6224a568df5b3f589dee498c2a9291f5d..d19ee242c59e56dbc1b679b53178315c7a61c861 100644 (file)
                                -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>
diff --git a/usage.c b/usage.c
index a3d302e1e210758c4ea9799b636b097ee1771cb7..1031f24bce5c5d90dc76219bc5a1d666615fb11c 100644 (file)
--- a/usage.c
+++ b/usage.c
@@ -117,7 +117,7 @@ const char cut_usage[] =
        "\t-b LIST\tOutput only bytes from LIST\n"
        "\t-c LIST\tOutput only characters from LIST\n"
        "\t-d CHAR\tUse CHAR instead of tab as the field delimiter\n"
-       "\t-s\tOnly output Lines if the include DELIM\n"
+       "\t-s\tOutput only the lines containing delimiter\n"
        "\t-f N\tPrint only these fields\n"
        "\t-n\tIgnored\n"
 #endif