OSDN Git Service

qemu-options.hx: Change from recommending '?' to 'help'
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 4 Oct 2012 15:22:01 +0000 (16:22 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 19 Oct 2012 18:29:54 +0000 (20:29 +0200)
commit585f60368f23e6603cf86cfdaeceb89d1169f4b8
treeb63390ce4d9da371efa85d9499d76372216ea3fd
parent41a05a457620539f84950c2f52293963388275b0
qemu-options.hx: Change from recommending '?' to 'help'

Update the -help output and documentation so that it recommends
'help' rather than '?' for the various "list valid values for this
option" cases. '?' is deprecated (as it can fail confusingly if
not quoted), so it's better to steer users towards 'help'. ('?'
still works, for backwards compatibility.)

This is the -help option part of the change otherwise done in
commit c8057f9, since we are now past release 1.2 and free to
change our help text without worrying about breaking libvirt.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
qemu-options.hx