diff options
Diffstat (limited to 'coreutils/dos2unix.c')
-rw-r--r-- | coreutils/dos2unix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index df2376bea..07398bdfa 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c | |||
@@ -17,7 +17,6 @@ | |||
17 | //usage:#define dos2unix_full_usage "\n\n" | 17 | //usage:#define dos2unix_full_usage "\n\n" |
18 | //usage: "Convert FILE in-place from DOS to Unix format.\n" | 18 | //usage: "Convert FILE in-place from DOS to Unix format.\n" |
19 | //usage: "When no file is given, use stdin/stdout.\n" | 19 | //usage: "When no file is given, use stdin/stdout.\n" |
20 | //usage: "\nOptions:" | ||
21 | //usage: "\n -u dos2unix" | 20 | //usage: "\n -u dos2unix" |
22 | //usage: "\n -d unix2dos" | 21 | //usage: "\n -d unix2dos" |
23 | //usage: | 22 | //usage: |
@@ -26,7 +25,6 @@ | |||
26 | //usage:#define unix2dos_full_usage "\n\n" | 25 | //usage:#define unix2dos_full_usage "\n\n" |
27 | //usage: "Convert FILE in-place from Unix to DOS format.\n" | 26 | //usage: "Convert FILE in-place from Unix to DOS format.\n" |
28 | //usage: "When no file is given, use stdin/stdout.\n" | 27 | //usage: "When no file is given, use stdin/stdout.\n" |
29 | //usage: "\nOptions:" | ||
30 | //usage: "\n -u dos2unix" | 28 | //usage: "\n -u dos2unix" |
31 | //usage: "\n -d unix2dos" | 29 | //usage: "\n -d unix2dos" |
32 | 30 | ||