From c962b6ba044044ec2a051930df0134b447d2f5ea Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 30 Apr 2023 11:28:10 +0200 Subject: use one die call --- bin/extra/ladd | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'bin') 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=' -- cgit v1.2.3