On Fri, Jul 08, 2011 at 12:17:31PM +0200, Christophe Fergeau wrote: > diff --git a/client/application.cpp b/client/application.cpp > index 8e9fd8a..18101a5 100644 > --- a/client/application.cpp > +++ b/client/application.cpp > @@ -2276,11 +2276,11 @@ 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", > + parser.add(SPICE_OPT_DISPLAY_COLOR_DEPTH, "color-depth", "guest display > color depth (if supported by the guest vdagent)"
Missing "," at the end of the line, this breaks spicec in master :( I'll push the obvious fix. Christophe
pgpw7qq8yHHXQ.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel