Skip to content

Commit

Permalink
Fixed help prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlogic committed Apr 5, 2024
1 parent 18b8e95 commit 29398e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ Arguments:\
\n <IMG_SRC>... Source image(s)\
\n <IMG_OUT> Output image\n\n\
Options:\
\n --scale <SCALE> Depth scale [default: -1]\
\n --focal-length <FOCAL_LENGTH> Focal length in 35mm equivalent\
\n --mode <MODE> Hardware mode [default: gpu] [possible values: gpu, gpu-low-power, cpu]\
\n --interpolation <INTERPOLATION> Interpolation mode [default: delaunay] [possible values: delaunay, none]\
\n --no-bundle-adjustment Bundle adjustment\
\n --projection <PROJECTION> Hardware mode [default: parallel] [possible values: parallel, perspective]\
\n --mesh <MESH> Mesh options [default: plain] [possible values: plain, vertex-colors, texture-coordinates]\
\n --scale=<SCALE> Depth scale [default: -1]\
\n --focal-length=<FOCAL_LENGTH> Focal length in 35mm equivalent\
\n --mode=<MODE> Hardware mode [default: gpu] [possible values: gpu, gpu-low-power, cpu]\
\n --interpolation=<INTERPOLATION> Interpolation mode [default: delaunay] [possible values: delaunay, none]\
\n --no-bundle-adjustment Skip bundle adjustment [if unspecified, bundle adjustment will be applied]\
\n --projection=<PROJECTION> Projection mode [default: perspective] [possible values: parallel, perspective]\
\n --mesh=<MESH> Mesh options [default: vertex-colors] [possible values: plain, vertex-colors, texture-coordinates]\
\n --help Print help";
impl Args {
fn parse() -> Args {
Expand Down

0 comments on commit 29398e4

Please sign in to comment.