Skip to content

Commit

Permalink
fix cli
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 5b5465f commit e2eb9a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rinex-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,16 @@ Ideally this information is contained in the file Header, but user can manually
.num_args(1..)
.value_name("FILE")
.action(clap::ArgAction::Append)
.help("Local SP3 file(s). Enhance given context with IGS high precision Orbit predictions."))
.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")
.long("atx")
.num_args(1..)
.value_name("[FILE]")
.action(ArgAction::Append)
.help("Local ANTEX file. Enhance given context with ANTEX Data.
Use --nav once per file to add. You can stack as many as you want."))
Use --atx once per file to add. You can stack as many as you want."))
.next_help_heading("Quality Check (QC)")
.arg(Arg::new("qc")
.long("qc")
Expand Down

0 comments on commit e2eb9a4

Please sign in to comment.