summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2014-01-21 16:28:07 -0500
committerCole Robinson <crobinso@redhat.com>2014-01-22 10:43:57 -0500
commit316b2bd73b509f46e6c9b63aee775624b553471e (patch)
tree497b55cbed172969e357364f9bfd3616c8ed0366
parent812c4c6d98e3d4243ef37a4ea8d4ba427e3a0b2e (diff)
downloadvirt-manager-316b2bd73b509f46e6c9b63aee775624b553471e.tar.gz
virt-install: Add some examples in --cpu help
-rw-r--r--virtinst/cli.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/virtinst/cli.py b/virtinst/cli.py
index 09c54e9b..2ec85bb0 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -763,7 +763,9 @@ def vcpu_cli_options(grp, backcompat=True):
"--vcpus 5,maxcpus=10,cpuset=1-4,6,8\n"
"--vcpus sockets=2,cores=4,threads=2,"))
grp.add_argument("--cpu",
- help=_("CPU model and features. Ex: --cpu coreduo,+x2apic"))
+ help=_("CPU model and features. Ex:\n"
+ "--cpu coreduo,+x2apic\n"
+ "--cpu host"))
if backcompat:
grp.add_argument("--check-cpu", action="store_true",