mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
fix help text for --dry-run
This commit is contained in:
parent
3c5c28b4e2
commit
371c31acd0
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user