From 911a2f46f22c8ab81cc6ab6f6a1f116351fe9dc1 Mon Sep 17 00:00:00 2001 From: Gilles Castel <66gilles99@gmail.com> Date: Sat, 20 Jan 2018 13:14:17 +0100 Subject: [PATCH] Fix typo in help --- pywal/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",