diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/osmo-arfcn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/osmo-arfcn.c b/utils/osmo-arfcn.c index aee132c7..50878423 100644 --- a/utils/osmo-arfcn.c +++ b/utils/osmo-arfcn.c @@ -100,7 +100,7 @@ int main(int argc, char **argv) char *param; enum program_mode mode = MODE_NONE; - while ((opt = getopt(argc, argv, "pa:f:ud")) != -1) { + while ((opt = getopt(argc, argv, "pa:f:udh")) != -1) { switch (opt) { case 'p': pcs = 1; |