From: Simon Branch Date: Sun, 29 Nov 2020 22:35:22 +0000 (-0800) Subject: cli: remove extraneous space in message X-Git-Tag: archive/debian/0.33_rc0-1~23 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=e8fa42a97a2e98fecb5cabdbeac6c7ad0b936b7d cli: remove extraneous space in message --- 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"