summaryrefslogtreecommitdiff
path: root/pywal
diff options
context:
space:
mode:
authorGilles Castel <66gilles99@gmail.com>2018-01-20 13:14:17 +0100
committerGilles Castel <66gilles99@gmail.com>2018-01-20 13:14:17 +0100
commit911a2f46f22c8ab81cc6ab6f6a1f116351fe9dc1 (patch)
tree8276d796b7ea906c21ac58b0d453051688e25df1 /pywal
parent2601caead656b41cc69bc2c1d2b1a11c7edf2e2b (diff)
Fix typo in help
Diffstat (limited to 'pywal')
-rw-r--r--pywal/__main__.py2
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",