From 9c8ea3e45e92b890c4517fd90d6f5347bfcfeec9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 1 Apr 2018 15:55:45 +1000 Subject: [PATCH] general: cleanup. --- pywal/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="?")