aboutsummaryrefslogtreecommitdiffstats
path: root/utils/osmo-arfcn.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2019-12-03 21:35:02 +0100
committerHarald Welte <laforge@osmocom.org>2019-12-03 21:35:48 +0100
commitf7404bb4731be116185c1ee9aa6c8e9dd0a90663 (patch)
tree38a0eb4d2415b7ba2875755b0d98a75270b8c2c4 /utils/osmo-arfcn.c
parent24277b4db52c1d48a5bb09a20eeb824f7dc98345 (diff)
osmo-arfcn: Fix '-h' option
Diffstat (limited to 'utils/osmo-arfcn.c')
-rw-r--r--utils/osmo-arfcn.c2
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;