From 3b272210ce1c3c344eaf5a91ce977631492575a5 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 30 Dec 2021 19:07:59 +0100 Subject: releasetag.sh: fix help The square brackets ([]) are most of the time used for optional arguments, but here the REPLICANT_DIR argument is mandatory, so we use the Less-than and more-than signs (<>) instead as they are typically used for mandatory arguments. Signed-off-by: Denis 'GNUtoo' Carikli --- releasetag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasetag.sh b/releasetag.sh index c8f6692..734fa3d 100755 --- a/releasetag.sh +++ b/releasetag.sh @@ -47,7 +47,7 @@ tag_repos () { } print_help () { - echo "$SCRIPT: [REPLICANT_DIR]" + echo "$SCRIPT: " } # Check for the correct number of args -- cgit v1.2.3