OSDN Git Service

Returned success from ntfsprogs utilities with options --version and --help
authorJean-Pierre André <jpandre@users.sourceforge.net>
Wed, 23 Apr 2014 08:13:27 +0000 (10:13 +0200)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Wed, 23 Apr 2014 08:13:27 +0000 (10:13 +0200)
commitc0287870e167a2289d85746125691cb665ee5c56
treec77a309fc60a598662b4074b9b66fcb1115e0fa4
parent70e5b1b2506e585adbdd8ffc85feaeb5954f8704
Returned success from ntfsprogs utilities with options --version and --help

The ntfsprogs used to return failure when option --version or --help
was used, and this has triggered complains from distribution packagers
who use these options in packaging scripts.
With this patch, success is returned (same behavior as gcc).
13 files changed:
ntfsprogs/mkntfs.c
ntfsprogs/ntfscat.c
ntfsprogs/ntfsclone.c
ntfsprogs/ntfscluster.c
ntfsprogs/ntfscp.c
ntfsprogs/ntfsdecrypt.c
ntfsprogs/ntfsfix.c
ntfsprogs/ntfsinfo.c
ntfsprogs/ntfslabel.c
ntfsprogs/ntfsresize.c
ntfsprogs/ntfstruncate.c
ntfsprogs/ntfsundelete.c
ntfsprogs/ntfswipe.c