summaryrefslogtreecommitdiffstats
path: root/tool/src/sq-usage.rs
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/sq-usage.rs
parentfa81ca839f9941bd2764fbc1aeb7a19f8faa00e1 (diff)
tool: Use consistent terminology in usage.
- Fixes #310.
Diffstat (limited to 'tool/src/sq-usage.rs')
-rw-r--r--tool/src/sq-usage.rs5
1 files changed, 2 insertions, 3 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>