Skip to content

Commit eff50e3

Browse files
committed
Comment new function usage() per Coding Style guide
Signed-off-by: H Dub <14808878+hdub-tech@users.noreply.github.com>
1 parent 0400e6a commit eff50e3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ fi
108108
mirror=''
109109
DRY_RUN=${DRY_RUN:-}
110110

111+
# Provide a helpful usage statement when --help or any invalid argument is passed
112+
# to the script. Exit code deliberately not included here as error depends on
113+
# argument provided.
111114
usage() {
112115
echo
113116
echo "USAGE: "

0 commit comments

Comments
 (0)