osmo-auc-gen: Add -O to the getop line to make it work

This commit is contained in:
Holger Hans Peter Freyther 2012-03-21 21:38:42 +01:00
parent 13b07de36a
commit 0f5f93d2db
1 changed files with 1 additions and 1 deletions

View File

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