mirror of git://git.suckless.org/ubase
Handle correctly the -n option for mount and umount
This commit is contained in:
parent
7f7c3f29e9
commit
713f1cfdb2
2
mount.c
2
mount.c
|
@ -86,6 +86,8 @@ main(int argc, char *argv[])
|
|||
case 't':
|
||||
types = EARGF(usage());
|
||||
break;
|
||||
case 'n':
|
||||
break;
|
||||
default:
|
||||
usage();
|
||||
} ARGEND;
|
||||
|
|
Loading…
Reference in New Issue