aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorproski <proski@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-21 15:10:57 +0000
committerproski <proski@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-21 15:10:57 +0000
commit66b4c8c419dbc8cc34dc2b8b6472097f1778a542 (patch)
treeae5d0ac5081a283c459d4bdef42bef91e26b931c /applets
parent22c2e8f3e62fe6dba1c5fcf6e6dddf86095e206b (diff)
downloadbusybox-w32-66b4c8c419dbc8cc34dc2b8b6472097f1778a542.tar.gz
busybox-w32-66b4c8c419dbc8cc34dc2b8b6472097f1778a542.tar.bz2
busybox-w32-66b4c8c419dbc8cc34dc2b8b6472097f1778a542.zip
Fixed usage info for "cut"
git-svn-id: svn://busybox.net/trunk/busybox@892 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.c b/applets/usage.c
index a3d302e1e..1031f24bc 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -117,7 +117,7 @@ const char cut_usage[] =
117 "\t-b LIST\tOutput only bytes from LIST\n" 117 "\t-b LIST\tOutput only bytes from LIST\n"
118 "\t-c LIST\tOutput only characters from LIST\n" 118 "\t-c LIST\tOutput only characters from LIST\n"
119 "\t-d CHAR\tUse CHAR instead of tab as the field delimiter\n" 119 "\t-d CHAR\tUse CHAR instead of tab as the field delimiter\n"
120 "\t-s\tOnly output Lines if the include DELIM\n" 120 "\t-s\tOutput only the lines containing delimiter\n"
121 "\t-f N\tPrint only these fields\n" 121 "\t-f N\tPrint only these fields\n"
122 "\t-n\tIgnored\n" 122 "\t-n\tIgnored\n"
123#endif 123#endif