From d81578ec0c4c5e19291fb3effa65762f5a75efc9 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 19 Jul 2011 13:48:56 +0200 Subject: client: split overlong option descriptions --- client/application.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'client/application.cpp') 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"); -- cgit