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 9fd952c31..32423611c 100644
--- a/coreutils/dos2unix.c
+++ b/coreutils/dos2unix.c
@@ -31,7 +31,7 @@ int dos2unix_main( int argc, char **argv ) {
31 if (argc > 1) { 31 if (argc > 1) {
32 c = *argv[1]; 32 c = *argv[1];
33 if (c == '-') { 33 if (c == '-') {
34 usage(dos2unix_usage); 34 show_usage();
35 } 35 }
36 } 36 }
37 c = getchar(); 37 c = getchar();