From 9f2d3fce401fc2dcaeede9af6efb20db9be9e310 Mon Sep 17 00:00:00 2001 From: szaka Date: Tue, 3 Mar 2009 23:55:09 +0000 Subject: [PATCH] show 'Usage' instead of hint to use 'ntfs-3g --help' --- src/ntfs-3g.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index f1b493af..312362c9 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -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; }