From e8fa42a97a2e98fecb5cabdbeac6c7ad0b936b7d Mon Sep 17 00:00:00 2001 From: Simon Branch Date: Sun, 29 Nov 2020 14:35:22 -0800 Subject: [PATCH] cli: remove extraneous space in message --- notmuch-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notmuch-setup.c b/notmuch-setup.c index ace56967..28f4b7de 100644 --- a/notmuch-setup.c +++ b/notmuch-setup.c @@ -74,7 +74,7 @@ welcome_message_post_setup (void) { printf ("\n" "Notmuch is now configured, and the configuration settings are saved in\n" - "a file in your home directory named .notmuch-config . If you'd like to\n" + "a file in your home directory named .notmuch-config. If you'd like to\n" "change the configuration in the future, you can either edit that file\n" "directly or run \"notmuch setup\". To choose an alternate configuration\n" "location, set ${NOTMUCH_CONFIG}.\n\n" -- 2.43.0