Skip to content

Commit

Permalink
Fix metacommand bootstrapping to comply with 2014 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
underyx committed Mar 24, 2014
1 parent 4f6ca5b commit 947f865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/vx.c
Expand Up @@ -46,8 +46,8 @@ static struct option vx_options[] = {
{"help", no_argument, NULL, 'h' },
{"file", required_argument, NULL, 'f' },
{"badger", no_argument, NULL, 'b' },
{"mushroom", no_argument, NULL, 'm' },
{"snake", no_argument, NULL, 's' },
{"mushroom", required_argument, NULL, 'm' },
{"snake", required_argument, NULL, 's' },
{0, 0, 0, 0}
};

Expand Down

0 comments on commit 947f865

Please sign in to comment.