mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-07 17:17:45 +03:00
Document -f=auto-conf in remote-viewer --help
virt-viewer does not support -f=auto-conf so this does not change the option there. Fixes rhbz#718001
This commit is contained in:
parent
3d43a9f455
commit
c5d4570c11
@ -216,7 +216,7 @@ main(int argc, char **argv)
|
||||
{ "debug", '\0', 0, G_OPTION_ARG_NONE, &debug,
|
||||
N_("Display debugging information"), NULL },
|
||||
{ "full-screen", 'f', G_OPTION_FLAG_OPTIONAL_ARG, G_OPTION_ARG_CALLBACK, option_fullscreen,
|
||||
N_("Open in full screen mode (=<auto-conf>)"), NULL },
|
||||
N_("Open in full screen mode (auto-conf adjusts guest resolution to fit the client's)."), N_("<auto-conf>") },
|
||||
#if HAVE_SPICE_GTK
|
||||
{ "spice-controller", '\0', 0, G_OPTION_ARG_NONE, &controller,
|
||||
N_("Open connection using Spice controller communication"), NULL },
|
||||
|
Loading…
Reference in New Issue
Block a user