aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2012-02-20 18:09:03 +0000
committerOlaf Hering <olaf@aepfle.de>2012-02-20 18:09:03 +0000
commit5ff9ae9094a6b3ee833699738f299a35037a468d (patch)
treecbe57c26207c2ccefc9269e6c1c40d32a3ee4761
parentc75c893898ac4e7d440e6986de9a42ee28d95bc0 (diff)
downloadxen-5ff9ae9094a6b3ee833699738f299a35037a468d.tar.gz
xen-5ff9ae9094a6b3ee833699738f299a35037a468d.tar.bz2
xen-5ff9ae9094a6b3ee833699738f299a35037a468d.zip
xl: fix xl create/cpupool-create -f help output
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>
-rw-r--r--tools/libxl/xl_cmdtable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c
index 35e4939737..888180954a 100644
--- a/tools/libxl/xl_cmdtable.c
+++ b/tools/libxl/xl_cmdtable.c
@@ -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)."
},