From: Markus Armbruster Date: Thu, 9 Sep 2021 08:12:19 +0000 (+0200) Subject: hmp: Drop a bogus sentence from set_password's documentation X-Git-Tag: v6.2.0-rc0~86^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8982552e6ad611ff75789e77fe23a891a3e2a5f0;p=thirdparty%2Fqemu.git hmp: Drop a bogus sentence from set_password's documentation Signed-off-by: Markus Armbruster Reviewed-by: Daniel P. Berrangé Reviewed-by: Gerd Hoffmann Message-Id: <20210909081219.308065-3-armbru@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/hmp-commands.hx b/hmp-commands.hx index 8e45bce2cd9..cf723c69acb 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 {