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, 1 insertions, 1 deletions
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c
index 1bfdf0cde..28110980a 100644
--- a/coreutils/dos2unix.c
+++ b/coreutils/dos2unix.c
@@ -92,7 +92,7 @@ int dos2unix_main(int argc, char **argv)
92 92
93 /* -u convert to unix, -d convert to dos */ 93 /* -u convert to unix, -d convert to dos */
94 opt_complementary = "u--d:d--u"; /* mutually exclusive */ 94 opt_complementary = "u--d:d--u"; /* mutually exclusive */
95 o = getopt32(argc, argv, "du"); 95 o = getopt32(argv, "du");
96 96
97 /* Do the conversion requested by an argument else do the default 97 /* Do the conversion requested by an argument else do the default
98 * conversion depending on our name. */ 98 * conversion depending on our name. */