From: Zhigang Wang Date: Fri, 30 Jul 2010 14:22:39 +0000 (+0100) Subject: xl: remove duplicate -d option from create help message X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11699 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=afc6c57b6d604614433d214eca24ad16bc770d08;p=xen.git xl: remove duplicate -d option from create help message Signed-off-by: Zhigang Wang Committed-by: Ian Jackson --- diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c index b08798c1f8..94e2cc9961 100644 --- a/tools/libxl/xl_cmdtable.c +++ b/tools/libxl/xl_cmdtable.c @@ -25,7 +25,6 @@ struct cmd_spec cmd_table[] = { "-h Print this help.\n" "-p Leave the domain paused after it is created.\n" "-c Connect to the console after the domain is created.\n" - "-d Enable debug messages.\n" "-f=FILE, --defconfig=FILE\n Use the given configuration file.\n" "-q, --quiet Quiet.\n" "-n, --dryrun Dry run - prints the resulting configuration.\n"