From 46ddaad281367e73c2ec75d5057810bf7a5f01c9 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Mon, 26 Jun 2023 12:36:37 -0400 Subject: [PATCH] import: tweak the helptext a little bit (#232) --- src/commands/import.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/import.rs b/src/commands/import.rs index 5ec990b..f4a1b54 100644 --- a/src/commands/import.rs +++ b/src/commands/import.rs @@ -7,7 +7,9 @@ use crate::AccountManager; use super::*; #[derive(Debug, Clone, Parser, Default)] -#[clap(about = "Import an account with steamguard already set up")] +#[clap( + about = "Import an account with steamguard already set up. It must not be encrypted. If you haven't used steamguard-cli before, you probably don't need to use this command." +)] pub struct ImportCommand { #[clap(long, help = "Whether or not the provided maFiles are from SDA.")] pub sda: bool,