Fix: '-D' was not recognized as a parameter to guestfish.

This commit is contained in:
Richard W.M. Jones
2009-07-11 21:33:41 +01:00
parent 8d167a98ec
commit 89dfb94d3e

View File

@@ -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' },