diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 79813ba..2f5bba5 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -505,5 +505,5 @@ singlemount: goto singlemount; goodbye: - usage(mount_usage); + show_usage(); } |