summaryrefslogtreecommitdiff
path: root/pywal/__main__.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-04-01 15:55:45 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-04-01 15:55:45 +1000
commit9c8ea3e45e92b890c4517fd90d6f5347bfcfeec9 (patch)
tree203d9d953085918b44ab21b346289ce989088248 /pywal/__main__.py
parent3c7c8516e5307e969335e84341a215383d0ad87f (diff)
general: cleanup.
Diffstat (limited to 'pywal/__main__.py')
-rw-r--r--pywal/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/__main__.py b/pywal/__main__.py
index 0405741..eb2c6e7 100644
--- a/pywal/__main__.py
+++ b/pywal/__main__.py
@@ -42,7 +42,7 @@ def get_args(args):
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",
+ arg.add_argument("--theme", "-f", metavar="/path/to/file or theme_name",
help="Which colorscheme file to use. \
Use 'wal --theme' to list builtin themes.",
const="list_themes", nargs="?")