summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Taylor <derek@distrotube.com>2022-03-11 13:45:55 -0600
committerDerek Taylor <derek@distrotube.com>2022-03-11 13:45:55 -0600
commit551d8789891a3503cc22162e3a82b88d47e8af17 (patch)
treed81392a4e123d8c1f1da7e1149fc52d82156980e
parentAnimated scripts cause serious issues with cpu/mem leaks when run in .bashrc/... (diff)
Adding documentation about -u unblacklist option.
-rwxr-xr-xcolorscript.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/colorscript.sh b/colorscript.sh
index 0c77af4..f7e7737 100755
--- a/colorscript.sh
+++ b/colorscript.sh
@@ -32,6 +32,7 @@ function _help() {
"-r, --random, random" "Run a random color script." \
"-e, --exec, exec" "Run a specified color script by SCRIPT NAME or INDEX."\
"-b, --blacklist, blacklist" "Blacklist a color script by SCRIPT NAME or INDEX." \
+ "-u, --unblacklist, unblacklist" "Unblacklist a color script by SCRIPT NAME or INDEX." \
"-a, --all, all" "List the outputs of all colorscripts with their SCRIPT NAME"
}