summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDmitry Zhulanov <dmitry.zhulanov@gmail.com>2016-10-03 15:19:23 +0000
committerDmitry Zhulanov <dmitry.zhulanov@gmail.com>2016-10-03 15:19:23 +0000
commitf9a55c6269f20bfe98e1eeb0dd07f5bb3036b7ab (patch)
tree98a8926e51f0906a3f636c3967ab1ded5f132f46 /src/main.cpp
parentbutify idents (diff)
downloadinkscape-f9a55c6269f20bfe98e1eeb0dd07f5bb3036b7ab.tar.gz
inkscape-f9a55c6269f20bfe98e1eeb0dd07f5bb3036b7ab.zip
beautify idents
(bzr r15136.1.14)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5b7dcc5ef..0d5f35797 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -308,7 +308,7 @@ struct poptOption options[] = {
N_("Open specified document(s) (option string may be excluded)"),
N_("FILENAME")},
#ifdef WITH_YAML
- {"xverbs", 0,
+ {"xverbs", 0,
POPT_ARG_STRING, &sp_xverbs_yaml, SP_ARG_XVERBS,
N_("xverbs command"),
N_("XVERBS_FILENAME")},