aboutsummaryrefslogtreecommitdiff
path: root/notmuch-setup.c
diff options
context:
space:
mode:
authorSimon Branch <simonmbranch@gmail.com>2020-11-29 14:35:22 -0800
committerDavid Bremner <david@tethera.net>2021-07-30 10:05:44 -0300
commite8fa42a97a2e98fecb5cabdbeac6c7ad0b936b7d (patch)
tree48bcabc220374baab988f8cf19ceacec6babfaab /notmuch-setup.c
parentb649b0c871e7fbfcd15a24d51b071bad2680e5d2 (diff)
cli: remove extraneous space in message
Diffstat (limited to 'notmuch-setup.c')
-rw-r--r--notmuch-setup.c2
1 files changed, 1 insertions, 1 deletions
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"