aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-01-21 09:32:41 +1100
committerGitHub <[email protected]>2018-01-21 09:32:41 +1100
commite3932039626b1ce128c03835bc2bfe375d3f32c7 (patch)
tree8276d796b7ea906c21ac58b0d453051688e25df1
parenttests: Update tests. (diff)
parentFix typo in help (diff)
downloadpywal-e3932039626b1ce128c03835bc2bfe375d3f32c7.tar.xz
pywal-e3932039626b1ce128c03835bc2bfe375d3f32c7.zip
Merge pull request #165 from gillescastel/master
Fix typo in help
-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",