From 316b2bd73b509f46e6c9b63aee775624b553471e Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 21 Jan 2014 16:28:07 -0500 Subject: virt-install: Add some examples in --cpu help --- virtinst/cli.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", -- cgit v1.2.1