summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-08-04 22:44:28 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-08-04 22:44:28 +0000
commit7a885697145761e4de8779ac10d6d574149fa0ed (patch)
treef7d5b0fb42c15024e28beaa79cc870fe8bc1ea0d /src/main.cpp
parentDo not scale font-size when set to a relative unit (diff)
downloadinkscape-7a885697145761e4de8779ac10d6d574149fa0ed.tar.gz
inkscape-7a885697145761e4de8779ac10d6d574149fa0ed.zip
Fix inkscape --help appearance due to a too long line
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 27db9903b..71014ee35 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -543,8 +543,8 @@ struct poptOption options[] = {
{"convert-dpi-method", 0,
POPT_ARG_STRING, NULL, SP_ARG_CONVERT_DPI_METHOD,
- N_("Method used to convert pre-.92 document dpi, if needed."),
- "[none|scale-viewbox|scale-document]"},
+ N_("Method used to convert pre-.92 document dpi, if needed. ([none|scale-viewbox|scale-document])"),
+ "[...]"},
POPT_AUTOHELP POPT_TABLEEND
};