# HG changeset patch # User Zhigang Wang # Date 1280499759 -3600 # Node ID 9f49667fec7197c935c822f7caea64b98007c605 # Parent 7090637d61c5f99d9efd625437d1f6a16fd9cd34 xl: remove duplicate -d option from create help message Signed-off-by: Zhigang Wang Committed-by: Ian Jackson diff -r 7090637d61c5 -r 9f49667fec71 tools/libxl/xl_cmdtable.c --- a/tools/libxl/xl_cmdtable.c Fri Jul 30 15:16:18 2010 +0100 +++ b/tools/libxl/xl_cmdtable.c Fri Jul 30 15:22:39 2010 +0100 @@ -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"