Fix short arg conflict
This commit is contained in:
parent
ce03ce0baf
commit
88561f7c2c
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ struct CliArgs {
|
||||||
pub ephemeral_disk_encryption: Option<bool>,
|
pub ephemeral_disk_encryption: Option<bool>,
|
||||||
#[clap(short, long)]
|
#[clap(short, long)]
|
||||||
pub config_path: Option<PathBuf>,
|
pub config_path: Option<PathBuf>,
|
||||||
#[clap(short, long)]
|
#[clap(short = 't', long)]
|
||||||
pub cache_type: Option<CacheType>,
|
pub cache_type: Option<CacheType>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue