aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dos2unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/dos2unix.c')
-rw-r--r--coreutils/dos2unix.c2
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 @@
//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"