Skip to content

Commit

Permalink
Fix nasa#40, GUI Command definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmknutsen authored and skliper committed Jan 13, 2020
1 parent 4d7f8b5 commit 62a4b61
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 62a4b61

Please sign in to comment.