Skip to content

Commit

Permalink
removes .requires_if()
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Jan 21, 2025
1 parent 67e7cd8 commit b3d51c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validator/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,6 @@ pub fn app<'a>(version: &'a str, default_args: &'a DefaultArgs) -> App<'a, 'a> {
.default_value(&default_args.snapshot_zstd_compression_level)
.value_name("LEVEL")
.takes_value(true)
.requires_if("snapshot-archive-format", "zstd")
.help("The compression level to use when archiving with zstd")
.long_help(
"The compression level to use when archiving with zstd. \
Expand Down

0 comments on commit b3d51c7

Please sign in to comment.