From 7a885697145761e4de8779ac10d6d574149fa0ed Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Sat, 5 Aug 2017 00:44:28 +0200 Subject: Fix inkscape --help appearance due to a too long line --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') 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 }; -- cgit v1.2.3