aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-03-24 15:05:53 +0100
committerJán Sučan <jan@jansucan.com>2024-03-24 15:14:13 +0100
commite54d3a1e4e7491c41610a6bac3789a10e8cdf7c6 (patch)
tree09c0e52981ca6626cc0059184f18ca2b79c2b737 /tests
parentd4a2243237fb591cce2e18cb98934dea8465efb4 (diff)
Remove the -h option
This simplifies parsing of the options. Help message is printed on wrong arguments. Keep only the help operation.
Diffstat (limited to 'tests')
-rw-r--r--tests/008-help_option.sh2
1 files changed, 0 insertions, 2 deletions
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