apply-live: Fix --target option
It is an option, not a positional. (Not covered in CI it turns out)
This commit is contained in:
parent
13804d84a1
commit
0bae05d4c0
@ -12,6 +12,7 @@ use structopt::StructOpt;
|
||||
#[structopt(rename_all = "kebab-case")]
|
||||
struct Opts {
|
||||
/// Target provided commit instead of pending deployment
|
||||
#[structopt(long)]
|
||||
target: Option<String>,
|
||||
/// Reset back to booted commit
|
||||
#[structopt(long)]
|
||||
|
Loading…
Reference in New Issue
Block a user