Skip to content

Commit

Permalink
fix atx command line
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Sep 1, 2023
1 parent 5247896 commit b415227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rinex-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Ideally this information is contained in the file Header, but user can manually
.help("Local SP3 file. Enhance given context with IGS high precision Orbit predictions.
Use --sp3 once per file. You can stack as many as you want."))
.next_help_heading("Antenna")
.arg(Arg::new("--atx")
.arg(Arg::new("atx")
.long("atx")
.num_args(1..)
.value_name("[FILE]")
Expand Down

0 comments on commit b415227

Please sign in to comment.