Skip to content

Commit 62a4b61

Browse files
dmknutsenJacob Hageman
authored andcommitted
Fix #40, GUI Command definitions
1 parent 4d7f8b5 commit 62a4b61

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)