mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Fix: '-D' was not recognized as a parameter to guestfish.
This commit is contained in:
@@ -119,7 +119,7 @@ usage (void)
|
||||
int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
static const char *options = "a:f:h::im:nrv?V";
|
||||
static const char *options = "a:Df:h::im:nrv?V";
|
||||
static struct option long_options[] = {
|
||||
{ "add", 1, 0, 'a' },
|
||||
{ "cmd-help", 2, 0, 'h' },
|
||||
|
||||
Reference in New Issue
Block a user