Merge pull request #1784 from whudwl/patch-1

Fix `mu help` doesn't show the `init` command. Fix a sentence.
This commit is contained in:
Dirk-Jan C. Binnema 2020-08-15 08:53:17 +03:00 committed by GitHub
commit 29b289d3c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -86,7 +86,7 @@ See the `mu-find' and `mu-easy' man-pages for more information.
#STRING
mu help <command>
#STRING
mu find is the mu command to get help about <command>, where <command>
mu help is the mu command to get help about <command>, where <command>
is one of:
add - add message to database
cfind - find a contact
@ -94,6 +94,7 @@ is one of:
find - query the message database
help - get help
index - index messages
init - init the mu database
mkdir - create a maildir
remove - remove a message from the database
script - run a script (available only when mu was built with guile-support)