From b415227a89bda27de415bf3d252edabb97e71072 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Fri, 1 Sep 2023 12:25:51 +0200 Subject: [PATCH] fix atx command line Signed-off-by: Guillaume W. Bres --- rinex-cli/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rinex-cli/src/cli.rs b/rinex-cli/src/cli.rs index 1a56315ae..0327342e2 100644 --- a/rinex-cli/src/cli.rs +++ b/rinex-cli/src/cli.rs @@ -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]")