import: tweak the helptext a little bit (#232)

This commit is contained in:
Carson McManus 2023-06-26 12:36:37 -04:00 committed by GitHub
parent fdf54e6498
commit 46ddaad281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,9 @@ use crate::AccountManager;
use super::*; use super::*;
#[derive(Debug, Clone, Parser, Default)] #[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 { pub struct ImportCommand {
#[clap(long, help = "Whether or not the provided maFiles are from SDA.")] #[clap(long, help = "Whether or not the provided maFiles are from SDA.")]
pub sda: bool, pub sda: bool,