From e92431a4d7b71418f354fa9c3a6d466e2d113fa9 Mon Sep 17 00:00:00 2001 From: kaeff Date: Wed, 19 Aug 2015 19:04:47 +0200 Subject: Fixes maintenance.py from throwing due to method signature mismatch --- doc/maintenance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3