[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xl: fix xl create/cpupool-create -f help output
# HG changeset patch # User Olaf Hering <olaf@xxxxxxxxx> # Date 1329761343 0 # Node ID dd3b13d855047fd2d8f7a99e2073e55747306252 # Parent 70ba5a011e59f49bde8ae6e8629a203bbd5e582d 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@xxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 70ba5a011e59 -r dd3b13d85504 tools/libxl/xl_cmdtable.c --- a/tools/libxl/xl_cmdtable.c Mon Feb 20 18:05:12 2012 +0000 +++ b/tools/libxl/xl_cmdtable.c Mon Feb 20 18:09:03 2012 +0000 @@ -25,7 +25,7 @@ "-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 @@ "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)." }, _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |