diff options
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |