mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-26 07:21:37 +00:00
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:
parent
97245363b1
commit
bf5d187539
@ -777,7 +777,7 @@ static struct option long_options[] = {
|
|||||||
{0, 0, 0, 0 },
|
{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
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
|
Loading…
Reference in New Issue
Block a user