summaryrefslogtreecommitdiffstats
path: root/tool/src/sq-usage.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-09-17 17:15:58 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-09-18 10:14:15 +0200
commit702d7c5dc4dfff8bb591bc87f33c968bb52cd33c (patch)
tree5a3b94b47209fff400fff4b0b3c6ad5b4856abb3 /tool/src/sq-usage.rs
parentf356ef30a2ccfee2b63db8b9439d5b1898f97d9a (diff)
store: Rename store::Store to Mapping.
- Fixes #88.
Diffstat (limited to 'tool/src/sq-usage.rs')
-rw-r--r--tool/src/sq-usage.rs72
1 files changed, 36 insertions, 36 deletions
diff --git a/tool/src/sq-usage.rs b/tool/src/sq-usage.rs
index bc450862..3c535633 100644
--- a/tool/src/sq-usage.rs
+++ b/tool/src/sq-usage.rs
@@ -15,15 +15,15 @@
//!
//! OPTIONS:
//! --home <DIRECTORY> Sets the home directory to use
+//! -m, --mapping <MAPPING> Sets the realm and mapping to use [default: org.sequoia-pgp.contacts/default]
//! -p, --policy <NETWORK-POLICY> Sets the network policy to use
-//! -s, --store <STORE> Sets the realm and store to use [default: org.sequoia-pgp.contacts/default]
//!
//! SUBCOMMANDS:
//! decrypt Decrypts an OpenPGP message
//! encrypt Encrypts a message
//! sign Signs a message
//! verify Verifies a message
-//! store Interacts with key stores
+//! mapping Interacts with key mappings
//! keyserver Interacts with keyservers
//! autocrypt Autocrypt support
//! dearmor Removes ASCII Armor from a file
@@ -31,7 +31,7 @@
//! help Prints this message or the help of the given subcommand(s)
//! inspect Inspects a sequence of OpenPGP packets
//! key Manipulates keys
-//! list Lists key stores and known keys
+//! list Lists key mappings and known keys
//! packet OpenPGP Packet manipulation
//! wkd Interacts with Web Key Directories
//! ```
@@ -137,13 +137,13 @@
//! <FILE> Sets the input file to use
//! ```
//!
-//! ## Subcommand store
+//! ## Subcommand mapping
//!
//! ```text
-//! Interacts with key stores
+//! Interacts with key mappings
//!
//! USAGE:
-//! sq store <SUBCOMMAND>
+//! sq mapping <SUBCOMMAND>
//!
//! FLAGS:
//! -h, --help Prints help information
@@ -151,22 +151,22 @@
//!
//! SUBCOMMANDS:
//! add Add a key identified by fingerprint
-//! delete Deletes bindings or stores
+//! delete Deletes bindings or mappings
//! export Exports a key
//! help Prints this message or the help of the given subcommand(s)
//! import Imports a key
-//! list Lists keys in the store
+//! list Lists keys in the mapping
//! log Lists the keystore log
//! stats Get stats for the given label
//! ```
//!
-//! ### Subcommand store add
+//! ### Subcommand mapping add
//!
//! ```text
//! Add a key identified by fingerprint
//!
//! USAGE:
-//! sq store add <LABEL> <FINGERPRINT>
+//! sq mapping add <LABEL> <FINGERPRINT>
//!
//! FLAGS:
//! -h, --help Prints help information
@@ -177,30 +177,30 @@
//! <FINGERPRINT> Key to add
//! ```
//!
-//! ### Subcommand store delete
+//! ### Subcommand mapping delete
//!
//! ```text
-//! Deletes bindings or stores
+//! Deletes bindings or mappings
//!
//! USAGE:
-//! sq store delete [FLAGS] [LABEL]
+//! sq mapping delete [FLAGS] [LABEL]
//!
//! FLAGS:
-//! -h, --help Prints help information
-//! --the-store Delete the selected store (change with --store)
-//! -V, --version Prints version information
+//! -h, --help Prints help information
+//! --the-mapping Delete the selected mapping (change with --mapping)
+//! -V, --version Prints version information
//!
//! ARGS:
//! <LABEL> Delete binding with this label
//! ```
//!
-//! ### Subcommand store export
+//! ### Subcommand mapping export
//!
//! ```text
//! Exports a key
//!
//! USAGE:
-//! sq store export [FLAGS] [OPTIONS] <LABEL>
+//! sq mapping export [FLAGS] [OPTIONS] <LABEL>
//!
//! FLAGS:
//! -B, --binary Don't ASCII-armor encode the OpenPGP data
@@ -214,13 +214,13 @@
//! <LABEL> Label to use
//! ```
//!
-//! ### Subcommand store import
+//! ### Subcommand mapping import
//!
//! ```text
//! Imports a key
//!
//! USAGE:
-//! sq store import <LABEL> [FILE]
+//! sq mapping import <LABEL> [FILE]
//!
//! FLAGS:
//! -h, --help Prints help information
@@ -231,26 +231,26 @@
//! <FILE> Sets the input file to use
//! ```
//!
-//! ### Subcommand store list
+//! ### Subcommand mapping list
//!
//! ```text
-//! Lists keys in the store
+//! Lists keys in the mapping
//!
//! USAGE:
-//! sq store list
+//! sq mapping list
//!
//! FLAGS:
//! -h, --help Prints help information
//! -V, --version Prints version information
//! ```
//!
-//! ### Subcommand store log
+//! ### Subcommand mapping log
//!
//! ```text
//! Lists the keystore log
//!
//! USAGE:
-//! sq store log [LABEL]
+//! sq mapping log [LABEL]
//!
//! FLAGS:
//! -h, --help Prints help information
@@ -260,13 +260,13 @@
//! <LABEL> List messages related to this label
//! ```
//!
-//! ### Subcommand store stats
+//! ### Subcommand mapping stats
//!
//! ```text
//! Get stats for the given label
//!
//! USAGE:
-//! sq store stats <LABEL>
+//! sq mapping stats <LABEL>
//!
//! FLAGS:
//! -h, --help Prints help information
@@ -499,7 +499,7 @@
//! ## Subcommand list
//!
//! ```text
-//! Lists key stores and known keys
+//! Lists key mappings and known keys
//!
//! USAGE:
//! sq list <SUBCOMMAND>
@@ -509,17 +509,17 @@
//! -V, --version Prints version information
//!
//! SUBCOMMANDS:
-//! bindings Lists all bindings in all key stores
+//! bindings Lists all bindings in all key mappings
//! 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
+//! mappings Lists key mappings
//! ```
//!
//! ### Subcommand list bindings
//!
//! ```text
-//! Lists all bindings in all key stores
+//! Lists all bindings in all key mappings
//!
//! USAGE:
//! sq list bindings [PREFIX]
@@ -529,7 +529,7 @@
//! -V, --version Prints version information
//!
//! ARGS:
-//! <PREFIX> List only bindings from stores with the given realm prefix
+//! <PREFIX> List only bindings from mappings with the given realm prefix
//! ```
//!
//! ### Subcommand list keys
@@ -558,20 +558,20 @@
//! -V, --version Prints version information
//! ```
//!
-//! ### Subcommand list stores
+//! ### Subcommand list mappings
//!
//! ```text
-//! Lists key stores
+//! Lists key mappings
//!
//! USAGE:
-//! sq list stores [PREFIX]
+//! sq list mappings [PREFIX]
//!
//! FLAGS:
//! -h, --help Prints help information
//! -V, --version Prints version information
//!
//! ARGS:
-//! <PREFIX> List only stores with the given realm prefix
+//! <PREFIX> List only mappings with the given realm prefix
//! ```
//!
//! ## Subcommand packet