summaryrefslogtreecommitdiffstats
path: root/sq/src/sq-usage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq-usage.rs')
-rw-r--r--sq/src/sq-usage.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index f2a4e121..3c9d7d50 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -31,7 +31,7 @@
//! autocrypt Autocrypt support
//! keyserver Interacts with keyservers
//! wkd Interacts with Web Key Directories
-//! enarmor Applies ASCII Armor to a file
+//! armor Applies ASCII Armor to a file
//! dearmor Removes ASCII Armor from a file
//! inspect Inspects a sequence of OpenPGP packets
//! packet OpenPGP Packet manipulation
@@ -621,13 +621,13 @@
//! <EMAIL_ADDRESS> The email address from which to obtain the WKD URI.
//! ```
//!
-//! ## Subcommand enarmor
+//! ## Subcommand armor
//!
//! ```text
//! Applies ASCII Armor to a file
//!
//! USAGE:
-//! sq enarmor [OPTIONS] [FILE]
+//! sq armor [OPTIONS] [FILE]
//!
//! FLAGS:
//! -h, --help Prints help information