diff options
Diffstat (limited to 'tests/fs-tests/integrity')
| -rw-r--r-- | tests/fs-tests/integrity/integck.c | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/fs-tests/integrity/integck.c b/tests/fs-tests/integrity/integck.c index 7cb5305..827adc5 100644 --- a/tests/fs-tests/integrity/integck.c +++ b/tests/fs-tests/integrity/integck.c @@ -3080,10 +3080,13 @@ static int parse_opts(int argc, char * const argv[])  			exit(EXIT_SUCCESS);  		case 'h': -		case '?':  			fprintf(stderr, "%s\n\n", doc);  			fprintf(stderr, "%s\n", optionsstr);  			exit(EXIT_SUCCESS); +		case '?': +			fprintf(stderr, "%s\n\n", doc); +			fprintf(stderr, "%s\n", optionsstr); +			exit(-1);  		case ':':  			return errmsg("parameter is missing");  | 
