import: tweak the helptext a little bit (#232)
This commit is contained in:
parent
fdf54e6498
commit
46ddaad281
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue