ntfsmount: Mount point is optional parameter

This commit is contained in:
cha0smaster 2005-12-01 13:15:49 +00:00
parent 77fb717ef3
commit d4872f5045

View File

@ -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");