fix help text for --dry-run

This commit is contained in:
Alexander Weiss 2023-03-04 08:05:30 +01:00
parent 3c5c28b4e2
commit 371c31acd0

View File

@ -31,6 +31,7 @@ pub(super) struct Opts {
#[merge(strategy = merge::bool::overwrite_false)]
json: bool,
/// Do not upload or write any data, just show what would be done
#[clap(long, short = 'n')]
#[merge(strategy = merge::bool::overwrite_false)]
dry_run: bool,