diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 30a060fc1..329c07780 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -418,6 +418,7 @@ extern int mount_main(int argc, char **argv) | |||
418 | break; | 418 | break; |
419 | #endif | 419 | #endif |
420 | case 'v': | 420 | case 'v': |
421 | break; /* ignore -v */ | ||
421 | case 'h': | 422 | case 'h': |
422 | case '-': | 423 | case '-': |
423 | goto goodbye; | 424 | goto goodbye; |