From cff9fb167f27905cc07cb9d490c38ab7b266bc11 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 4 Feb 2016 06:51:13 +0100 Subject: Gtk UI: --no-csd in the main option group now, so it shows up in --help --- src/interface-gtk/interface-gtk.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interface-gtk') diff --git a/src/interface-gtk/interface-gtk.cpp b/src/interface-gtk/interface-gtk.cpp index 9da7454..ae63e1b 100644 --- a/src/interface-gtk/interface-gtk.cpp +++ b/src/interface-gtk/interface-gtk.cpp @@ -176,7 +176,8 @@ GOptionGroup * InterfaceGtk::get_options(void) { const GOptionEntry entries[] = { - {"no-csd", 0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &use_csd, + {"no-csd", 0, G_OPTION_FLAG_IN_MAIN | G_OPTION_FLAG_REVERSE, + G_OPTION_ARG_NONE, &use_csd, "Disable client-side decorations.", NULL}, {NULL} }; -- cgit v1.2.3