diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2019-06-12 08:06:50 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2019-06-12 19:07:21 +0000 |
| commit | 22b30cec074180e6532893443bbd9c6954b9e493 (patch) | |
| tree | f3b3f417e216d8e8194852918f676835978552ff /src/inkscape-application.cpp | |
| parent | Update comments to match reality. (diff) | |
| download | inkscape-22b30cec074180e6532893443bbd9c6954b9e493.tar.gz inkscape-22b30cec074180e6532893443bbd9c6954b9e493.zip | |
revert `--without-gui` shortcut to `-z`
Was changed to `-G` in 408cb49b5559
Diffstat (limited to 'src/inkscape-application.cpp')
| -rw-r--r-- | src/inkscape-application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<T>::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 |
