devicemodel: remove obsolete argument from list of options

Remove the 'p' argument from the list as it is now obsolete and there is no
implementation for it in the code.

Tracked-On: #4732
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2020-04-29 09:47:57 +02:00 committed by wenlingz
parent 97245363b1
commit bf5d187539
1 changed files with 1 additions and 1 deletions

View File

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