Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2017-03-23 17:41:59 +01:00
parent d2383f57cd
commit f1db95abfb

View File

@ -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, seperated with tab\n"
//usage: "Paste lines from each input file, separated with tab\n"
//usage: "\n -d LIST Use delimiters from LIST, not tab"
//usage: "\n -s Serial: one file at a time"
//usage: