summaryrefslogtreecommitdiffstats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorMarkus Armbruster2021-09-09 10:12:19 +0200
committerLaurent Vivier2021-09-27 10:57:21 +0200
commit8982552e6ad611ff75789e77fe23a891a3e2a5f0 (patch)
tree35065a8228453cc6628868ca0381d0a11d0b7276 /hmp-commands.hx
parenthmp: Unbreak "change vnc" (diff)
downloadqemu-8982552e6ad611ff75789e77fe23a891a3e2a5f0.tar.gz
qemu-8982552e6ad611ff75789e77fe23a891a3e2a5f0.tar.xz
qemu-8982552e6ad611ff75789e77fe23a891a3e2a5f0.zip
hmp: Drop a bogus sentence from set_password's documentation
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Message-Id: <20210909081219.308065-3-armbru@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx11
1 files changed, 5 insertions, 6 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 8e45bce2cd..cf723c69ac 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -1522,12 +1522,11 @@ ERST
SRST
``set_password [ vnc | spice ] password [ action-if-connected ]``
- Change spice/vnc password. Use zero to make the password stay valid
- forever. *action-if-connected* specifies what should happen in
- case a connection is established: *fail* makes the password change
- fail. *disconnect* changes the password and disconnects the
- client. *keep* changes the password and keeps the connection up.
- *keep* is the default.
+ Change spice/vnc password. *action-if-connected* specifies what
+ should happen in case a connection is established: *fail* makes the
+ password change fail. *disconnect* changes the password and
+ disconnects the client. *keep* changes the password and keeps the
+ connection up. *keep* is the default.
ERST
{