*: remove "Options:" string from help texts
function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
9f7780250c
commit
66426760be
198 changed files with 40 additions and 268 deletions
|
@ -17,7 +17,6 @@
|
|||
//usage:#define dos2unix_full_usage "\n\n"
|
||||
//usage: "Convert FILE in-place from DOS to Unix format.\n"
|
||||
//usage: "When no file is given, use stdin/stdout.\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -u dos2unix"
|
||||
//usage: "\n -d unix2dos"
|
||||
//usage:
|
||||
|
@ -26,7 +25,6 @@
|
|||
//usage:#define unix2dos_full_usage "\n\n"
|
||||
//usage: "Convert FILE in-place from Unix to DOS format.\n"
|
||||
//usage: "When no file is given, use stdin/stdout.\n"
|
||||
//usage: "\nOptions:"
|
||||
//usage: "\n -u dos2unix"
|
||||
//usage: "\n -d unix2dos"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue