From b2f17b2abd88c6498877117d2e9367ec33419389 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Tue, 17 Apr 2018 15:03:21 +0100 Subject: [PATCH] Allow --help to display help --- lumberjack | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lumberjack b/lumberjack index 5f85fd4..8779f94 100755 --- a/lumberjack +++ b/lumberjack @@ -187,7 +187,7 @@ LJ_COMPRESS=0 # Script details. LJ_NAME="${0##*/}" -LJ_VERSION="0.1.0" +LJ_VERSION="0.1.1" # trap signals. trap 'sigchld_handler' SIGCHLD @@ -219,7 +219,7 @@ while :; do shift continue ;; - -h) + -h|-help|--help) # Show the help screen and exit. display_help exit 0