From 62a4b6122701bd48eaeb774eec4358b692f254a9 Mon Sep 17 00:00:00 2001 From: Dan Knutsen Date: Wed, 8 Jan 2020 16:40:23 -0500 Subject: [PATCH] Fix #40, GUI Command definitions --- Subsystems/cmdUtil/cmdUtil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Subsystems/cmdUtil/cmdUtil.c b/Subsystems/cmdUtil/cmdUtil.c index 2be768b..7347c98 100644 --- a/Subsystems/cmdUtil/cmdUtil.c +++ b/Subsystems/cmdUtil/cmdUtil.c @@ -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 }