comparison gfxconv.c @ 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 7e376a853105
children e8e244036ee4
comparison
equal deleted inserted replaced
491:d9c460300f23 492:5672dc238904
1400 if (optInFilename == NULL) 1400 if (optInFilename == NULL)
1401 { 1401 {
1402 if (optInFormat == FFMT_AUTO) 1402 if (optInFormat == FFMT_AUTO)
1403 { 1403 {
1404 dmError("Standard input cannot be used without specifying input format.\n"); 1404 dmError("Standard input cannot be used without specifying input format.\n");
1405 dmError("Perhaps you should try using --help\n");
1405 goto error; 1406 goto error;
1406 } 1407 }
1407 inFile = stdin; 1408 inFile = stdin;
1408 } 1409 }
1409 else 1410 else