Skip to content

Commit 7bdce0d

Browse files
committed
Fix conflicts_with
1 parent fe0f6d8 commit 7bdce0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub struct Args {
106106
pub max_depth: NonZeroUsize,
107107

108108
/// Width of the visualization.
109-
#[clap(long, conflicts_with = "column-width")]
109+
#[clap(long, conflicts_with = "column_width")]
110110
pub total_width: Option<usize>,
111111

112112
/// Maximum widths of the tree column and width of the bar column.

0 commit comments

Comments
 (0)