diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
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 }; |
