diff options
Diffstat (limited to 'coreutils/paste.c')
-rw-r--r-- | coreutils/paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/paste.c b/coreutils/paste.c index 4eab13839..54e15c9a0 100644 --- a/coreutils/paste.c +++ b/coreutils/paste.c | |||
@@ -20,7 +20,7 @@ | |||
20 | //usage:#define paste_trivial_usage | 20 | //usage:#define paste_trivial_usage |
21 | //usage: "[OPTIONS] [FILE]..." | 21 | //usage: "[OPTIONS] [FILE]..." |
22 | //usage:#define paste_full_usage "\n\n" | 22 | //usage:#define paste_full_usage "\n\n" |
23 | //usage: "Paste lines from each input file, seperated with tab\n" | 23 | //usage: "Paste lines from each input file, separated with tab\n" |
24 | //usage: "\n -d LIST Use delimiters from LIST, not tab" | 24 | //usage: "\n -d LIST Use delimiters from LIST, not tab" |
25 | //usage: "\n -s Serial: one file at a time" | 25 | //usage: "\n -s Serial: one file at a time" |
26 | //usage: | 26 | //usage: |