From e54d3a1e4e7491c41610a6bac3789a10e8cdf7c6 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 24 Mar 2024 15:05:53 +0100 Subject: Remove the -h option This simplifies parsing of the options. Help message is printed on wrong arguments. Keep only the help operation. --- tests/008-help_option.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/008-help_option.sh') diff --git a/tests/008-help_option.sh b/tests/008-help_option.sh index 494aeac..75d9d4e 100644 --- a/tests/008-help_option.sh +++ b/tests/008-help_option.sh @@ -5,7 +5,5 @@ source ./assert.sh PROGRAM_EXEC="$1" assert "Usage" "" 0 $PROGRAM_EXEC help -assert "Usage" "" 0 $PROGRAM_EXEC backup -h -assert "Usage" "" 0 $PROGRAM_EXEC restore -h exit 0 -- cgit v1.2.3