diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -43,11 +43,11 @@ static struct option long_options[] = {          {"help", no_argument, 0, 'h'},          {"version", no_argument, 0, 'V'},          {"continue-on-error", no_argument, 0, 'C'}, -        {"config", optional_argument, 0, 'c'}, -        {"python", optional_argument, 0, 'p'}, +        {"config", required_argument, 0, 'c'}, +        {"python", required_argument, 0, 'p'},          {"verbose", no_argument, 0, 'v'},          {"unbuffered", no_argument, 0, 'U'}, -        {"update-base", optional_argument, 0, OPT_ALWAYS_UPDATE_BASE}, +        {"update-base", no_argument, 0, OPT_ALWAYS_UPDATE_BASE},          {"no-docker", no_argument, 0, OPT_NO_DOCKER},          {"no-artifactory", no_argument, 0, OPT_NO_ARTIFACTORY},          {"no-testing", no_argument, 0, OPT_NO_TESTING}, | 
