apply-live: Fix --target option

It is an option, not a positional.  (Not covered in CI it turns out)
This commit is contained in:
Colin Walters 2021-03-04 17:37:54 +00:00 committed by OpenShift Merge Robot
parent 13804d84a1
commit 0bae05d4c0

View File

@ -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)]