summaryrefslogtreecommitdiffstats
path: root/src/inkscape-application.cpp
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2018-11-24 23:26:44 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2018-11-24 23:26:44 +0000
commitc6b7ee6886fd8fe284408d614fee843cbd2bac61 (patch)
treed7a846b9c875584aa7a3b0578276839ac0e4bed3 /src/inkscape-application.cpp
parentUntangle do_export_png(). (diff)
downloadinkscape-c6b7ee6886fd8fe284408d614fee843cbd2bac61.tar.gz
inkscape-c6b7ee6886fd8fe284408d614fee843cbd2bac61.zip
Fix type in CLI description
Diffstat (limited to 'src/inkscape-application.cpp')
-rw-r--r--src/inkscape-application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape-application.cpp b/src/inkscape-application.cpp
index dc62870da..7b3200dae 100644
--- a/src/inkscape-application.cpp
+++ b/src/inkscape-application.cpp
@@ -99,7 +99,7 @@ InkscapeApplication::InkscapeApplication()
add_main_option_entry(OPTION_TYPE_BOOL, "vacuum-defs", '\0', N_("Process: Remove unused definitions from the <defs> section(s) of document."), "");
add_main_option_entry(OPTION_TYPE_STRING, "select", '\0', N_("Process: Select objects: comma separated list of IDs."), N_("OBJECT-ID[,OBJECT-ID]*"));
add_main_option_entry(OPTION_TYPE_STRING, "verb", '\0', N_("Process: Verb(s) to call when Inkscape opens."), N_("VERB-ID[,VERB-ID]*"));
- add_main_option_entry(OPTION_TYPE_BOOL, "shell", '\0', N_("Process: Start Inkscape in interative shell mode."), "");
+ add_main_option_entry(OPTION_TYPE_BOOL, "shell", '\0', N_("Process: Start Inkscape in interactive shell mode."), "");
// Export - File and File Type
add_main_option_entry(OPTION_TYPE_STRING, "export-type", '\0', N_("Export: File type:[svg,png,ps,psf,tex,emf,wmf,xaml]"), "[...]");