aboutsummaryrefslogtreecommitdiff
path: root/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.c b/mount.c
index 79813ba18..2f5bba59d 100644
--- a/mount.c
+++ b/mount.c
@@ -505,5 +505,5 @@ singlemount:
goto singlemount;
goodbye:
- usage(mount_usage);
+ show_usage();
}