summaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-03-26 15:14:18 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-03-26 15:15:24 +0200
commit90cb7835e69f654eca0f1c3a56cd3cbd53517d93 (patch)
treec98151319762618003726765476b20e25367e1d2 /tool
parent7a7e0a2f174bf3b674a4cc860d84207fbd983050 (diff)
tool: Add missing usage documentation.
Diffstat (limited to 'tool')
-rw-r--r--tool/src/usage.rs31
1 files changed, 31 insertions, 0 deletions
diff --git a/tool/src/usage.rs b/tool/src/usage.rs
index 213ac00b..3b5cc2a5 100644
--- a/tool/src/usage.rs
+++ b/tool/src/usage.rs
@@ -152,6 +152,7 @@
//! bindings Lists all bindings in all key stores
//! help Prints this message or the help of the given subcommand(s)
//! keys Lists all keys in the common key pool
+//! log Lists the server log
//! stores Lists key stores
//! ```
//!
@@ -184,6 +185,19 @@
//! -V, --version Prints version information
//! ```
//!
+//! ### Subcommand list log
+//!
+//! ```text
+//! Lists the server log
+//!
+//! USAGE:
+//! sq list log
+//!
+//! FLAGS:
+//! -h, --help Prints help information
+//! -V, --version Prints version information
+//! ```
+//!
//! ### Subcommand list stores
//!
//! ```text
@@ -222,6 +236,7 @@
//! help Prints this message or the help of the given subcommand(s)
//! import Imports a key
//! list Lists keys in the store
+//! log Lists the keystore log
//! stats Get stats for the given label
//! ```
//!
@@ -312,6 +327,22 @@
//! -V, --version Prints version information
//! ```
//!
+//! ### Subcommand store log
+//!
+//! ```text
+//! Lists the keystore log
+//!
+//! USAGE:
+//! sq store <NAME> log [LABEL]
+//!
+//! FLAGS:
+//! -h, --help Prints help information
+//! -V, --version Prints version information
+//!
+//! ARGS:
+//! <LABEL> List messages related to this label
+//! ```
+//!
//! ### Subcommand store stats
//!
//! ```text