diff options
| author | Dylan Araps <[email protected]> | 2018-04-01 15:55:45 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-04-01 15:55:45 +1000 |
| commit | 9c8ea3e45e92b890c4517fd90d6f5347bfcfeec9 (patch) | |
| tree | 203d9d953085918b44ab21b346289ce989088248 | |
| parent | general: Make -R work with theme files. (diff) | |
| download | pywal-9c8ea3e45e92b890c4517fd90d6f5347bfcfeec9.tar.xz pywal-9c8ea3e45e92b890c4517fd90d6f5347bfcfeec9.zip | |
general: cleanup.
| -rw-r--r-- | pywal/__main__.py | 2 |
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="?") |