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.orglaforge has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/44/16444/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191203/208e4ee4/attachment.htm>