summaryrefslogtreecommitdiffstats
path: root/sq/src/sq_cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq_cli.rs')
-rw-r--r--sq/src/sq_cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index 1e518d08..692a1937 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -193,7 +193,7 @@ pub fn configure(app: App<'static, 'static>) -> App<'static, 'static> {
(can be given multiple times)"))
)
- .subcommand(SubCommand::with_name("enarmor")
+ .subcommand(SubCommand::with_name("armor")
.display_order(500)
.about("Applies ASCII Armor to a file")
.arg(Arg::with_name("input")