diff options
| author | J. Lewis Muir <jlmuir@imca-cat.org> | 2015-05-27 12:53:52 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-05-31 19:14:42 +0200 |
| commit | d08af93c65310c2d5ec8033040854f8ff4e5550f (patch) | |
| tree | 818fa54ebabc64054305dd03ac7199ebe21dd535 /notmuch.c | |
| parent | 1896ad97145ae27b2d5619b973d75afb774ca5b1 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
