From 22b30cec074180e6532893443bbd9c6954b9e493 Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Wed, 12 Jun 2019 10:06:50 +0200 Subject: revert `--without-gui` shortcut to `-z` Was changed to `-G` in 408cb49b5559 --- src/inkscape-application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inkscape-application.cpp') diff --git a/src/inkscape-application.cpp b/src/inkscape-application.cpp index 031f93bd6..bce7beb26 100644 --- a/src/inkscape-application.cpp +++ b/src/inkscape-application.cpp @@ -491,7 +491,7 @@ ConcreteInkscapeApplication::ConcreteInkscapeApplication() // Interface this->add_main_option_entry(T::OPTION_TYPE_BOOL, "with-gui", 'g', N_("GUI: With graphical interface."), ""); - this->add_main_option_entry(T::OPTION_TYPE_BOOL, "without-gui", 'G', N_("GUI: Console only."), ""); + this->add_main_option_entry(T::OPTION_TYPE_BOOL, "without-gui", 'z', N_("GUI: Console only."), ""); this->add_main_option_entry(T::OPTION_TYPE_BOOL, "batch-process", '\0', N_("GUI: Close window after processing actions (needed as some verbs require GUI)."), ""); // Open/Import -- cgit v1.2.3