diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-01-31 09:33:04 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-01-31 09:33:04 +1100 |
| commit | 6c69a34e5a089dff4a7887bde5a7a7976766dcaf (patch) | |
| tree | 55ac7dbe69e163b676fca2309d6ae49f7b6a4318 | |
| parent | 017bc019401dac14d92873e014b108f6101c929b (diff) | |
| parent | e3932039626b1ce128c03835bc2bfe375d3f32c7 (diff) | |
Merge branch 'master' of github.com:dylanaraps/pywal
| -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 b480412..43d438e 100644 --- a/pywal/__main__.py +++ b/pywal/__main__.py @@ -55,7 +55,7 @@ def get_args(args): help="External script to run after \"wal\".") arg.add_argument("-q", action="store_true", - help="Quiet mode, don\"t print anything and \ + help="Quiet mode, don\'t print anything and \ don't display notifications.") arg.add_argument("-r", action="store_true", |
