changeset 2504:f90a97aef546

Mention --longhelp in the message if no arguments are given.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Apr 2020 23:15:07 +0300
parents 7b55c7b6a300
children 9708182ea7f2
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Tue Apr 28 22:56:45 2020 +0300
+++ b/tools/gfxconv.c	Tue Apr 28 23:15:07 2020 +0300
@@ -2651,7 +2651,7 @@
         if (optInType == FFMT_AUTO)
         {
             dmErrorMsg("Standard input cannot be used without specifying input format.\n");
-            dmErrorMsg("Perhaps you should try using --help\n");
+            dmErrorMsg("Perhaps you should try --help or --longhelp\n");
             goto exit;
         }
         inFile = stdin;