diff options
-rwxr-xr-x | show | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |