1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-22 04:53:14 +00:00

Fix flag description

This commit is contained in:
Carles Fernandez 2021-10-07 09:44:15 +02:00
parent decade163d
commit 8f727da785
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -60,7 +60,7 @@ DEFINE_string(RINEX_version, "-", "If defined, specifies the RINEX version (2.11
DEFINE_string(RINEX_name, "-", "If defined, specifies the RINEX files base name");
DEFINE_bool(keyboard, true, "If set to false, it disables the keyboard listener (so the receiver cannot be stopped with [Enter]+q)");
DEFINE_bool(keyboard, true, "If set to false, it disables the keyboard listener (so the receiver cannot be stopped with q+[Enter])");
#if GFLAGS_GREATER_2_0