summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkaeff <hi@kaeff.net>2015-08-19 19:04:47 +0200
committerkaeff <hi@kaeff.net>2015-08-19 19:04:47 +0200
commite92431a4d7b71418f354fa9c3a6d466e2d113fa9 (patch)
tree1e6b4970b63af1c7b3fdc3556f60c849996061e4 /doc
parent456c2327736d963170bb0044d8a213f112024dcb (diff)
Fixes maintenance.py from throwing due to method signature mismatch
Diffstat (limited to 'doc')
-rw-r--r--doc/maintenance.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/maintenance.md b/doc/maintenance.md
index 38c18bf8..f2b482b7 100644
--- a/doc/maintenance.md
+++ b/doc/maintenance.md
@@ -46,9 +46,9 @@ optional arguments:
The commands you can run are:
* reset - Use this to remove all mails from your account. Existing encryption keys like your GnuPG key is not affected
-* sync - Sync your soledad database
* load-mails - Loads existing mails into your account
-* dump-soledad- Get a soledad database dump. Mostly for debugging use cases
+* dump-soledad - Get a soledad database dump. Mostly for debugging use cases
+* sync - Sync your soledad database
Like with other such tools, to get detailed help for a single command, call it with the --help option.