show 'Usage' instead of hint to use 'ntfs-3g --help'

master
szaka 2009-03-03 23:55:09 +00:00
parent 13dc794688
commit 9f2d3fce40
1 changed files with 1 additions and 2 deletions

View File

@ -2320,8 +2320,7 @@ int main(int argc, char *argv[])
ntfs_log_set_handler(ntfs_log_handler_stderr);
if (parse_options(argc, argv)) {
ntfs_log_error("Please type '%s --help' for more "
"information.\n", argv[0]);
usage();
return NTFS_VOLUME_SYNTAX_ERROR;
}