summaryrefslogtreecommitdiffstats
path: root/tool/src
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-20 12:32:36 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-20 12:32:36 +0200
commit84c9c8b86f5d752249142c84182830318a03d67e (patch)
treee09ed72674a0cff05a514490803175626a3ffe0a /tool/src
parentfa81ca839f9941bd2764fbc1aeb7a19f8faa00e1 (diff)
tool: Use consistent terminology in usage.
- Fixes #310.
Diffstat (limited to 'tool/src')
-rw-r--r--tool/src/sq-usage.rs5
-rw-r--r--tool/src/sq_cli.rs2
2 files changed, 3 insertions, 4 deletions
diff --git a/tool/src/sq-usage.rs b/tool/src/sq-usage.rs
index f3870163..43d65da4 100644
--- a/tool/src/sq-usage.rs
+++ b/tool/src/sq-usage.rs
@@ -641,8 +641,7 @@
//! -V, --version Prints version information
//!
//! SUBCOMMANDS:
-//! get Writes to the standard output the Transferable Public Key retrieved from a Web Key Directory, given an
-//! email address
+//! get Writes to the standard output the TPK retrieved from a Web Key Directory, given an email address
//! help Prints this message or the help of the given subcommand(s)
//! url Prints the Web Key Directory URL of an email address.
//! ```
@@ -650,7 +649,7 @@
//! ### Subcommand wkd get
//!
//! ```text
-//! Writes to the standard output the Transferable Public Key retrieved from a Web Key Directory, given an email address
+//! Writes to the standard output the TPK retrieved from a Web Key Directory, given an email address
//!
//! USAGE:
//! sq wkd get [FLAGS] <EMAIL_ADDRESS>
diff --git a/tool/src/sq_cli.rs b/tool/src/sq_cli.rs
index 933bffa7..7c25f0e1 100644
--- a/tool/src/sq_cli.rs
+++ b/tool/src/sq_cli.rs
@@ -447,7 +447,7 @@ pub fn build() -> App<'static, 'static> {
obtain the WKD URI.")))
.subcommand(SubCommand::with_name("get")
.about("Writes to the standard output the \
- Transferable Public Key retrieved \
+ TPK retrieved \
from a Web Key Directory, given an \
email address")
.arg(Arg::with_name("input")