Skip to content

Commit

Permalink
Merge pull request #49 from dmknutsen/issue_40
Browse files Browse the repository at this point in the history
Fix #40, GUI Command definitions
  • Loading branch information
skliper authored Jan 21, 2020
2 parents dd937b9 + 62a4b61 commit 0e26033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Subsystems/cmdUtil/cmdUtil.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ static struct option longOpts[] = {
{ "long", required_argument, NULL, 'l' },
{ "double", required_argument, NULL, 'd' },
{ "string", required_argument, NULL, 's' },
{ "word", required_argument, NULL, 'l' },
{ "help", no_argument, NULL, '?' },
{ "verbose", no_argument, NULL, 'v' },
{ NULL, no_argument, NULL, 0 }
Expand Down

0 comments on commit 0e26033

Please sign in to comment.