From 94a936edaaf9ce7fbd5972266e5311283099072a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 30 Apr 2023 11:28:26 +0200 Subject: added help option --- bin/extra/ladd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/extra') diff --git a/bin/extra/ladd b/bin/extra/ladd index 1ce3991..01acc11 100755 --- a/bin/extra/ladd +++ b/bin/extra/ladd @@ -87,6 +87,10 @@ do die "I: assume_yes -> $assume_yes" shiftt ;; + '-h') + help + exit 1 + ;; *) if [ ! "$file" ] then -- cgit v1.2.3