summaryrefslogtreecommitdiff
path: root/pywal/__main__.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-04-01 11:27:57 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-04-01 11:27:57 +1000
commitd5f39135b2d054af23c0af8594ee772b2a544669 (patch)
treec34f1583c417079227138874476596ac7c16ae12 /pywal/__main__.py
parentd8dd569dc14d01885053898151a76c70ab33589b (diff)
backend: Add random option
Diffstat (limited to 'pywal/__main__.py')
-rw-r--r--pywal/__main__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pywal/__main__.py b/pywal/__main__.py
index 09d0769..c1c4002 100644
--- a/pywal/__main__.py
+++ b/pywal/__main__.py
@@ -38,12 +38,13 @@ def get_args(args):
help="Custom background color to use.")
arg.add_argument("--backend", metavar="backend",
- help="Which color backend to use.",
+ help="Which color backend to use. \
+ Use 'wal --backend' to list backends.",
const="list_backends", type=str, nargs="?", default="wal")
arg.add_argument("--theme", metavar="/path/to/file or theme_name",
help="Which colorscheme file to use. \
- Use 'wal -f' to list available builtin themes.",
+ Use 'wal --theme' to list builtin themes.",
const="list_themes", nargs="?")
arg.add_argument("-c", action="store_true",