diff options
| author | Dylan Araps <[email protected]> | 2018-01-21 09:32:41 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-01-21 09:32:41 +1100 |
| commit | e3932039626b1ce128c03835bc2bfe375d3f32c7 (patch) | |
| tree | 8276d796b7ea906c21ac58b0d453051688e25df1 | |
| parent | tests: Update tests. (diff) | |
| parent | Fix typo in help (diff) | |
| download | pywal-e3932039626b1ce128c03835bc2bfe375d3f32c7.tar.xz pywal-e3932039626b1ce128c03835bc2bfe375d3f32c7.zip | |
Merge pull request #165 from gillescastel/master
Fix typo in help
| -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", |