projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2383f5
)
typo fix
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 23 Mar 2017 16:41:59 +0000
(17:41 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 23 Mar 2017 16:41:59 +0000
(17:41 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/paste.c
patch
|
blob
|
history
diff --git
a/coreutils/paste.c
b/coreutils/paste.c
index 4eab13839e761454787d9d4c80652f07c322046a..54e15c9a0991830c2afb367713cb3908a23aa5fb 100644
(file)
--- a/
coreutils/paste.c
+++ b/
coreutils/paste.c
@@
-20,7
+20,7
@@
//usage:#define paste_trivial_usage
//usage: "[OPTIONS] [FILE]..."
//usage:#define paste_full_usage "\n\n"
-//usage: "Paste lines from each input file, sep
e
rated with tab\n"
+//usage: "Paste lines from each input file, sep
a
rated with tab\n"
//usage: "\n -d LIST Use delimiters from LIST, not tab"
//usage: "\n -s Serial: one file at a time"
//usage: