Skip to content

Commit

Permalink
Use < > in metavar
Browse files Browse the repository at this point in the history
Co-authored-by: kpamnany <[email protected]>
  • Loading branch information
valeriabarra and kpamnany committed Dec 17, 2020
1 parent 73e1d18 commit 204b6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Driver/Driver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function parse_commandline(
default = get_setting(:fixed_number_of_steps, defaults, global_defaults)
"--degree"
help = "tuple of horizontal and vertical polynomial degrees for spatial discretization order (no space before/after comma)"
metavar = "horizontal,vertical"
metavar = "<horizontal>,<vertical>"
arg_type = NTuple{2, Int}
default = get_setting(:degree, defaults, global_defaults)
end
Expand Down

0 comments on commit 204b6d3

Please sign in to comment.