diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-30 11:28:10 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-30 11:28:10 +0200 | 
| commit | c962b6ba044044ec2a051930df0134b447d2f5ea (patch) | |
| tree | ed5f326016d7025ef16b3e9185f72ccad148f442 /bin | |
| parent | 40d15e0ce1b66db2cb40099bc2f511af9ed7b59f (diff) | |
use one die call
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/extra/ladd | 15 | 
1 files changed, 8 insertions, 7 deletions
diff --git a/bin/extra/ladd b/bin/extra/ladd index 0b0679b..1ce3991 100755 --- a/bin/extra/ladd +++ b/bin/extra/ladd @@ -14,13 +14,14 @@ die ()  help ()  {  	local verbose=1 -	die "ladd [OPTION [ARG]...] [FILE]" -	die "\t-c CATEGORY\t\twill be uppercased" -	die "\t-d DESCRIPTION" -	die "\t-f FILE" -	die "\t-l LINK" -	die "\t-v\t\t\tverbose" -	die "\t-y\t\t\tassume yes" +	die "ladd [OPTION [ARG]...] [FILE] +        -c CATEGORY +        -d DESCRIPTION +        -f FILE +        -h                        display help +        -l LINK +        -v                        verbose +        -y                        assume 'yes'"  }  alias shiftt='  | 
