diff --git a/devicemodel/core/main.c b/devicemodel/core/main.c index 0c97f86dc..3a172f0af 100644 --- a/devicemodel/core/main.c +++ b/devicemodel/core/main.c @@ -777,7 +777,7 @@ static struct option long_options[] = { {0, 0, 0, 0 }, }; -static char optstr[] = "hAWYvE:k:r:B:p:s:m:l:U:G:i:"; +static char optstr[] = "hAWYvE:k:r:B:s:m:l:U:G:i:"; int main(int argc, char *argv[])