changeset 492:5672dc238904

Add a note to default error message about using --help option.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Nov 2012 22:26:36 +0200
parents d9c460300f23
children 1bdd2af756ec
files gfxconv.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gfxconv.c	Mon Nov 12 22:26:23 2012 +0200
+++ b/gfxconv.c	Mon Nov 12 22:26:36 2012 +0200
@@ -1402,6 +1402,7 @@
         if (optInFormat == FFMT_AUTO)
         {
             dmError("Standard input cannot be used without specifying input format.\n");
+            dmError("Perhaps you should try using --help\n");
             goto error;
         }
         inFile = stdin;