diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-30 11:28:26 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-30 11:28:26 +0200 | 
| commit | 94a936edaaf9ce7fbd5972266e5311283099072a (patch) | |
| tree | 5f70cb01cab6fc0a6d7f2180433053043ad58e99 /bin/extra | |
| parent | c962b6ba044044ec2a051930df0134b447d2f5ea (diff) | |
added help option
Diffstat (limited to 'bin/extra')
| -rwxr-xr-x | bin/extra/ladd | 4 | 
1 files changed, 4 insertions, 0 deletions
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  | 
