Merge "core: fix getopt(3) usage"

changes/05/8705/1
Jenkins2 8 years ago committed by Gerrit Code Review
commit 400dd980b4

@ -3963,7 +3963,7 @@ int main(int argc, char *argv[])
*
* \todo Document these options
*/
optind = 0;
optind = 1;
while ((c = getopt(argc, argv, getopt_settings)) != -1) {
/*!\note Please keep the ordering here to alphabetical, capital letters
* first. This will make it easier in the future to select unused

Loading…
Cancel
Save