diff options
| author | David <whudwl@gmail.com> | 2020-08-14 00:00:54 +1000 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2020-12-01 14:57:18 +0200 |
| commit | 70abdaa530c74344a54bf2e9e6db320648397d7b (patch) | |
| tree | ae45d6a29e932f7484306de1584eebff4fb40641 | |
| parent | 48424734e90917d3201d681d1e0e93e4a4dbfe30 (diff) | |
Fix `mu help` doesn't show the `init` command. Fix a sentence.
| -rw-r--r-- | mu/mu-help-strings.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mu/mu-help-strings.txt b/mu/mu-help-strings.txt index c314c38..a18a93a 100644 --- a/mu/mu-help-strings.txt +++ b/mu/mu-help-strings.txt @@ -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) |
