From: Silvio Rhatto Date: Tue, 3 Nov 2020 22:38:33 +0000 (-0300) Subject: Fix: use --refresh X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=13876e9df1e1145d7220ad3b55b4b95559002663;p=scripts.git Fix: use --refresh --- diff --git a/show b/show index 3db4ac5..35008dc 100755 --- a/show +++ b/show @@ -21,7 +21,7 @@ function __update_filelist { if [ -z "$ITEM" ]; then echo "usage: $BASENAME " exit 1 -elif [ "$ITEM" == "refresh" ]; then +elif [ "$ITEM" == "--refresh" ]; then __update_filelist elif [ ! -d "$DOCS" ]; then echo "missing $DOCS folder"