osmo-arfcn: Fix '-h' option

Change-Id: I13decca25dcdb75191c1e78058704ae8efa69b33
This commit is contained in:
Harald Welte 2019-12-03 21:35:02 +01:00
parent 24277b4db5
commit f7404bb473
1 changed files with 1 additions and 1 deletions

View File

@ -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;