Skip to content

Commit 0e26033

Browse files
authored
Merge pull request #49 from dmknutsen/issue_40
Fix #40, GUI Command definitions
2 parents dd937b9 + 62a4b61 commit 0e26033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Subsystems/cmdUtil/cmdUtil.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ static struct option longOpts[] = {
109109
{ "long", required_argument, NULL, 'l' },
110110
{ "double", required_argument, NULL, 'd' },
111111
{ "string", required_argument, NULL, 's' },
112+
{ "word", required_argument, NULL, 'l' },
112113
{ "help", no_argument, NULL, '?' },
113114
{ "verbose", no_argument, NULL, 'v' },
114115
{ NULL, no_argument, NULL, 0 }

0 commit comments

Comments
 (0)