summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-07-19 13:48:56 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-07-22 10:24:29 +0200
commitd81578ec0c4c5e19291fb3effa65762f5a75efc9 (patch)
treef2c8f7a5b710f96002b3c926d0ea49946bb18926 /client
parent765948d449338d0dd99e003d4a1158b8b8d26cf1 (diff)
downloadspice-d81578ec0c4c5e19291fb3effa65762f5a75efc9.tar.gz
spice-d81578ec0c4c5e19291fb3effa65762f5a75efc9.tar.xz
spice-d81578ec0c4c5e19291fb3effa65762f5a75efc9.zip
client: split overlong option descriptions
Diffstat (limited to 'client')
-rw-r--r--client/application.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/client/application.cpp b/client/application.cpp
index d605aec8..97014f82 100644
--- a/client/application.cpp
+++ b/client/application.cpp
@@ -2282,11 +2282,14 @@ bool Application::process_cmd_line(int argc, char** argv, bool &full_screen)
parser.add(SPICE_OPT_CANVAS_TYPE, "canvas-type", "set rendering canvas", "canvas_type", true);
parser.set_multi(SPICE_OPT_CANVAS_TYPE, ',');
- parser.add(SPICE_OPT_DISPLAY_COLOR_DEPTH, "color-depth", "guest display color depth (if supported by the guest vdagent)",
+ parser.add(SPICE_OPT_DISPLAY_COLOR_DEPTH, "color-depth",
+ "guest display color depth (if supported by the guest vdagent)",
"16/32", true);
parser.add(SPICE_OPT_DISABLE_DISPLAY_EFFECTS, "disable-effects",
- "disable guest display effects (if supported by the guest vdagent)", "wallpaper/font-smooth/animation/all", true);
+ "disable guest display effects " \
+ "(if supported by the guest vdagent)",
+ "wallpaper/font-smooth/animation/all", true);
parser.set_multi(SPICE_OPT_DISABLE_DISPLAY_EFFECTS, ',');
parser.add(SPICE_OPT_CONTROLLER, "controller", "enable external controller");