summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Taylor <derek@distrotube.com>2022-02-21 13:39:37 -0600
committerDerek Taylor <derek@distrotube.com>2022-02-21 13:39:37 -0600
commitd567e5cdb4df97b57b9e974285e2e4d0ab849610 (patch)
tree3946e6e84b41f7f9f2d202181520652c6a67885c
parentSeparating animated and non-animated colorscripts. (diff)
Separating animated and non-animated colorscripts.
-rw-r--r--colorscript.111
1 files changed, 7 insertions, 4 deletions
diff --git a/colorscript.1 b/colorscript.1
index 6911a41..c1a472c 100644
--- a/colorscript.1
+++ b/colorscript.1
@@ -18,19 +18,22 @@ colorscript is the program that selects and runs the scripts that were installed
Print this help.
.SS "-l, --list, list"
.PP
-List all installed color scripts.
+List all installed colorscripts.
.SS "-r, --random, random"
.PP
-Run a random NON-ANIMATED color script.
+Run a random NON-ANIMATED colorscript.
.SS "-R, --random-animated, random-animated"
.PP
Run a random ANIMATED color script.
.SS "-e, --exec, exec"
.PP
-Run specified color script by SCRIPT NAME or INDEX.
+Run specified NON-ANIMATED colorscript by SCRIPT NAME or INDEX.
+.SS "-E, --exec-animated, exec-animated"
+.PP
+Run specified ANIAMTED colorscript by SCRIPT NAME or INDEX.
.SS "-a, --all, all"
.PP
-Print all NON-ANIMATED color scripts with their script name.
+Print all NON-ANIMATED colorscripts with their script name.
.SH "FILES"
.SS "/usr/bin/colorscript"