diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-03-23 17:41:59 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-03-23 17:41:59 +0100 |
commit | f1db95abfbe3621241d1f797d312d7b0981fbac9 (patch) | |
tree | 6c9c241b2e4189361ae7cf7ac05a0d004a8c0ccc | |
parent | d2383f57cd1ede7c43c69953e101b89d920353f6 (diff) | |
download | busybox-w32-f1db95abfbe3621241d1f797d312d7b0981fbac9.tar.gz busybox-w32-f1db95abfbe3621241d1f797d312d7b0981fbac9.tar.bz2 busybox-w32-f1db95abfbe3621241d1f797d312d7b0981fbac9.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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: |