]> xenbits.xensource.com Git - people/vhanquez/xen.git/commitdiff
xl: fix xl create/cpupool-create -f help output
authorOlaf Hering <olaf@aepfle.de>
Mon, 20 Feb 2012 18:09:03 +0000 (18:09 +0000)
committerOlaf Hering <olaf@aepfle.de>
Mon, 20 Feb 2012 18:09:03 +0000 (18:09 +0000)
xl create -f domU.cfg does not need an equal sign.
This applies also to xl cpupool-create.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdtable.c

index 35e4939737a70f5aee7147fea54ae37023aba162..888180954a9a76a633f1e359d3136278a9ddc397 100644 (file)
@@ -25,7 +25,7 @@ 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"
-      "-f=FILE, --defconfig=FILE\n                     Use the given configuration file.\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"
       "                         (deprecated in favour of global -N option).\n"
@@ -364,7 +364,7 @@ struct cmd_spec cmd_table[] = {
       "Create a CPU pool based an ConfigFile",
       "[options] <ConfigFile> [vars]",
       "-h, --help                   Print this help.\n"
-      "-f=FILE, --defconfig=FILE    Use the given configuration file.\n"
+      "-f FILE, --defconfig=FILE    Use the given configuration file.\n"
       "-n, --dryrun                 Dry run - prints the resulting configuration.\n"
       "                              (deprecated in favour of global -N option)."
     },