mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
ntfsmount: Mount point is optional parameter
This commit is contained in:
parent
77fb717ef3
commit
d4872f5045
@ -1713,12 +1713,6 @@ static int parse_options(int argc, char *argv[])
|
||||
err++;
|
||||
}
|
||||
|
||||
if (!opts.mnt_point) {
|
||||
if (argc > 1)
|
||||
ntfs_log_error("No mount point specified.\n");
|
||||
err++;
|
||||
}
|
||||
|
||||
if (opts.quiet && opts.verbose) {
|
||||
ntfs_log_error("You may not use --quiet and --verbose "
|
||||
"at the same time.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user