diff options
Diffstat (limited to 'bin/extra/ladd')
-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 |