1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Suggest install of ghostscript-doc in code
Author: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>
Last-Update: 2012-07-24
--- a/psi/imainarg.c
+++ b/psi/imainarg.c
@@ -923,6 +923,7 @@
#endif
static const char help_trailer[] = "\
For more information, see %s.\n\
+On debian system you may need to install ghostscript-doc package.\n\
Please report bugs to bugs.ghostscript.com.\n";
static const char help_devices[] = "Available devices:";
static const char help_default_device[] = "Default output device:";
|