aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-03-21 21:38:42 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-03-21 21:38:42 +0100
commit0f5f93d2db83339399ebcd91d11b6f1777e4cd21 (patch)
treea22df34a911a8808c1ed07b8e2c73b068571d8cf
parent13b07de36abc276566159463c44f2ad92cf78da9 (diff)
osmo-auc-gen: Add -O to the getop line to make it work
-rw-r--r--utils/osmo-auc-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/osmo-auc-gen.c b/utils/osmo-auc-gen.c
index a3c4dc27..fc904c1e 100644
--- a/utils/osmo-auc-gen.c
+++ b/utils/osmo-auc-gen.c
@@ -95,7 +95,7 @@ int main(int argc, char **argv)
rc = 0;
- c = getopt_long(argc, argv, "23a:k:o:f:s:r:h", long_options,
+ c = getopt_long(argc, argv, "23a:k:o:f:s:r:hO:", long_options,
&option_index);
if (c == -1)