Skip to content

Commit

Permalink
Fix --page-width flag (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda authored May 9, 2023
1 parent f372ffd commit 39247dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opts/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub fn command(scale_help: String, default_theme: Option<ThemeType>) -> Command

let page_width_arg = Arg::new("page_width")
.short('w')
.long("page width")
.long("page-width")
.number_of_values(1)
.value_parser(value_parser!(f32))
.help("Maximum width of page in pixels");
Expand Down

0 comments on commit 39247dd

Please sign in to comment.