summaryrefslogtreecommitdiff
path: root/unix2dos.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix2dos.c')
-rw-r--r--unix2dos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix2dos.c b/unix2dos.c
index 553ad0c..37da9a9 100644
--- a/unix2dos.c
+++ b/unix2dos.c
@@ -30,7 +30,7 @@ int unix2dos_main( int argc, char **argv ) {
if (argc > 1) {
c = *argv[1];
if (c == '-') {
- usage(unix2dos_usage);
+ show_usage();
}
}
c = getchar();