Change in libosmocore[master]: osmo-arfcn: Fix '-h' option

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Dec 4 11:06:18 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/16444 )

Change subject: osmo-arfcn: Fix '-h' option
......................................................................

osmo-arfcn: Fix '-h' option

Change-Id: I13decca25dcdb75191c1e78058704ae8efa69b33
---
M utils/osmo-arfcn.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/utils/osmo-arfcn.c b/utils/osmo-arfcn.c
index aee132c..5087842 100644
--- a/utils/osmo-arfcn.c
+++ b/utils/osmo-arfcn.c
@@ -100,7 +100,7 @@
 	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;

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/16444
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I13decca25dcdb75191c1e78058704ae8efa69b33
Gerrit-Change-Number: 16444
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191204/babf0a84/attachment.htm>


More information about the gerrit-log mailing list