From 482a4dcc0283071b3a8de8a49953a616d479db18 Mon Sep 17 00:00:00 2001 From: Yin Fengwei Date: Tue, 23 Oct 2018 17:05:06 +0800 Subject: [PATCH] DM: correct the predefine DM option string. That string was changed by accident and introduced the removed items. Tracked-On: #1465 Signed-off-by: Yin Fengwei Acked-by: Anthony Xu --- devicemodel/core/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/core/main.c b/devicemodel/core/main.c index 07fa87413..6a42dbff4 100644 --- a/devicemodel/core/main.c +++ b/devicemodel/core/main.c @@ -756,7 +756,7 @@ static struct option long_options[] = { {0, 0, 0, 0 }, }; -static char optstr[] = "abehuwxACHIPSWYvk:r:B:p:g:c:s:m:l:U:G:i:"; +static char optstr[] = "abhuwxACSWYvE:k:r:B:p:g:c:s:m:l:U:G:i:"; int dm_run(int argc, char *argv[])