aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshow2
1 files changed, 1 insertions, 1 deletions
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 <item-name>"
exit 1
-elif [ "$ITEM" == "refresh" ]; then
+elif [ "$ITEM" == "--refresh" ]; then
__update_filelist
elif [ ! -d "$DOCS" ]; then
echo "missing $DOCS folder"