aboutsummaryrefslogtreecommitdiff
path: root/notmuch.c
diff options
context:
space:
mode:
authorJ. Lewis Muir <jlmuir@imca-cat.org>2015-05-27 12:53:52 -0500
committerDavid Bremner <david@tethera.net>2015-05-31 19:14:42 +0200
commitd08af93c65310c2d5ec8033040854f8ff4e5550f (patch)
tree818fa54ebabc64054305dd03ac7199ebe21dd535 /notmuch.c
parent1896ad97145ae27b2d5619b973d75afb774ca5b1 (diff)
cli: change "setup" to "set up" where used as a verb
The word "setup" is a noun, not a verb. Change occurrences of "setup" where used as a verb to "set up".
Diffstat (limited to 'notmuch.c')
-rw-r--r--notmuch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.c b/notmuch.c
index a5b2877a..e5c2aeb3 100644
--- a/notmuch.c
+++ b/notmuch.c
@@ -47,7 +47,7 @@ static command_t commands[] = {
{ NULL, notmuch_command, TRUE,
"Notmuch main command." },
{ "setup", notmuch_setup_command, TRUE,
- "Interactively setup notmuch for first use." },
+ "Interactively set up notmuch for first use." },
{ "new", notmuch_new_command, FALSE,
"Find and import new messages to the notmuch database." },
{ "insert", notmuch_insert_command, FALSE,