diff options
Diffstat (limited to 'mount.c')
-rw-r--r-- | mount.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -418,6 +418,7 @@ extern int mount_main(int argc, char **argv) break; #endif case 'v': + break; /* ignore -v */ case 'h': case '-': goto goodbye; |