From ef36067bf9344b0c1e354895471bde295f74656a Mon Sep 17 00:00:00 2001 From: Caio Carrara Date: Thu, 12 May 2016 15:43:03 -0300 Subject: Update maintenance arguments in doc --- doc/maintenance.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/maintenance.md b/doc/maintenance.md index f2b482b7..77e8c5d3 100644 --- a/doc/maintenance.md +++ b/doc/maintenance.md @@ -6,9 +6,8 @@ Pixelated User Agent Maintenance The command line tool pixelated-maintenace allows you to run some common tasks, mostly related to soledad. ``` -usage: pixelated-maintenance [-h] [--debug] [--dispatcher file] - [--dispatcher-stdin] [-c ] - [--home HOME] [-lc ] +usage: pixelated-maintenance [-h] [--debug] [-c ] + [--leap-home HOME] [-lc ] [-lf ] {reset,load-mails,dump-soledad,sync} ... @@ -25,14 +24,10 @@ positional arguments: optional arguments: -h, --help show this help message and exit --debug DEBUG mode. - --dispatcher file run in organization mode, the credentials will be read - from specified file - --dispatcher-stdin run in organization mode, the credentials will be read - from stdin -c , --config use specified file for credentials (for test purposes only) - --home HOME The folder where the user agent stores its data. + --leap-home HOME The folder where the user agent stores its data. Defaults to ~/.leap -lc , --leap-provider-cert use specified file for LEAP provider cert authority @@ -47,8 +42,11 @@ 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 * load-mails - Loads existing mails into your account +* markov-generate - Generate mails using markov chains * dump-soledad - Get a soledad database dump. Mostly for debugging use cases * sync - Sync your soledad database +* repair - Repair database if possible +* integrity-check - Run integrity check on database Like with other such tools, to get detailed help for a single command, call it with the --help option. @@ -75,7 +73,7 @@ X-TW-Pixelated-Tags: nite, macro, trash This is a test mail ``` -*Preparation* +*Preparation* Steps you might want to consider before importing mails into an account: -- cgit v1.2.3