From baac253f2fe400511f71b2fbf75f639ad81d4d35 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 6 Jan 2019 18:35:54 +0100 Subject: [PATCH] Code cleanup --- gitistics.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitistics.sh b/gitistics.sh index 26ad577..558198b 100755 --- a/gitistics.sh +++ b/gitistics.sh @@ -111,8 +111,7 @@ function main() { - -# process the arguments +# display the help on the screen print_usage() { echo "$0 - git statistics over multiple directories" echo "" @@ -123,6 +122,7 @@ print_usage() { echo "-v show verbose output" } +# process the arguments while getopts 'u:r:vh' flag; do case "${flag}" in u) REPOUSER="${OPTARG}" ;;