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 /applets/usage.c | |
parent | c768ab490e958ddca2699d4052a5d0a5dd823967 (diff) | |
download | busybox-0010ee45e37a66be737617a3356368ec9a914f71.zip busybox-0010ee45e37a66be737617a3356368ec9a914f71.tar.gz |
Fixed usage info for "cut"
Diffstat (limited to 'applets/usage.c')
-rw-r--r-- | applets/usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.c b/applets/usage.c index a3d302e..1031f24 100644 --- a/applets/usage.c +++ b/applets/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 |