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 <fengwei.yin@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
Yin Fengwei 2018-10-23 17:05:06 +08:00 committed by wenlingz
parent 85bec0d0d1
commit 482a4dcc02
1 changed files with 1 additions and 1 deletions

View File

@ -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[])