summaryrefslogtreecommitdiff
path: root/virtinst/cli.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2017-06-28 11:47:55 -0400
committerCole Robinson <crobinso@redhat.com>2017-06-28 11:47:55 -0400
commit251ba27fe3272467f7a30dddfb1c8d15f512ea74 (patch)
treea3bf18988664772f1d32312801c8ab81e040a321 /virtinst/cli.py
parent5c93db29741c27fded7018f20b2bf4c85b4cf57c (diff)
downloadvirt-manager-251ba27fe3272467f7a30dddfb1c8d15f512ea74.tar.gz
cli: Advertise --random /dev/urandom in help
Instead of /dev/random, since the latter is the preferred setting these days.
Diffstat (limited to 'virtinst/cli.py')
-rw-r--r--virtinst/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtinst/cli.py b/virtinst/cli.py
index 91cd62fb..82ee99f1 100644
--- a/virtinst/cli.py
+++ b/virtinst/cli.py
@@ -705,7 +705,7 @@ def add_device_options(devg, sound_back_compat=False):
"--tpm /dev/tpm"))
devg.add_argument("--rng", action="append",
help=_("Configure a guest RNG device. Ex:\n"
- "--rng /dev/random"))
+ "--rng /dev/urandom"))
devg.add_argument("--panic", action="append",
help=_("Configure a guest panic device. Ex:\n"
"--panic default"))