aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdtable.c
diff options
context:
space:
mode:
authorGeorge Dunlap <george.dunlap@eu.citrix.com>2012-04-24 18:51:56 +0100
committerGeorge Dunlap <george.dunlap@eu.citrix.com>2012-04-24 18:51:56 +0100
commit4d9dfa2abbd32d0cb5c36a21b35f4fecd1b17ca5 (patch)
tree8abf458e21c33ec560b41d535ddf36511d446d24 /tools/libxl/xl_cmdtable.c
parentf7e9df6a86f37c364d77b1011a745318967b2379 (diff)
downloadxen-4d9dfa2abbd32d0cb5c36a21b35f4fecd1b17ca5.tar.gz
xen-4d9dfa2abbd32d0cb5c36a21b35f4fecd1b17ca5.tar.bz2
xen-4d9dfa2abbd32d0cb5c36a21b35f4fecd1b17ca5.zip
[v2] xl: Don't require a config file for cpupools
Since the key information can be fairly simply put on the command-line, there's no need to require an actual config file. Also improve the help to cross-reference the xlcpupool.cfg manpage. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/xl_cmdtable.c')
-rw-r--r--tools/libxl/xl_cmdtable.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c
index de8955c1fa..2796460fea 100644
--- a/tools/libxl/xl_cmdtable.c
+++ b/tools/libxl/xl_cmdtable.c
@@ -367,12 +367,14 @@ struct cmd_spec cmd_table[] = {
},
{ "cpupool-create",
&main_cpupoolcreate, 1,
- "Create a CPU pool based an ConfigFile",
- "[options] <ConfigFile> [vars]",
+ "Create a new CPU pool",
+ "[options] [<ConfigFile>] [Variable=value ...]",
"-h, --help Print this help.\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)."
+ " (deprecated in favour of global -N option).\n"
+ "\nSee the xlcpupool.cfg(5) manpage for more information.",
+
},
{ "cpupool-list",
&main_cpupoollist, 0,