about summary refs log tree commit diff
path: root/converter/ppm/ilbmtoppm.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm/ilbmtoppm.c')
-rw-r--r--converter/ppm/ilbmtoppm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/ilbmtoppm.c b/converter/ppm/ilbmtoppm.c
index d3bf8b43..3def1797 100644
--- a/converter/ppm/ilbmtoppm.c
+++ b/converter/ppm/ilbmtoppm.c
@@ -513,7 +513,7 @@ read_bmhd(FILE *        const ifP,
 
         if( bmhdP->xAspect != bmhdP->yAspect ) {
             pm_message("warning - non-square pixels; "
-                       "to fix do a 'pnmscale -%cscale %g'",
+                       "to fix do a 'pamscale -%cscale %g'",
                        bmhdP->xAspect > bmhdP->yAspect ? 'x' : 'y',
                        bmhdP->xAspect > bmhdP->yAspect ? 
                        (float)(bmhdP->xAspect)/bmhdP->yAspect :