comparison tools/fanalyze.c @ 2441:275374725598

Show help when no arguments.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Feb 2020 12:32:08 +0200
parents 0d86e7ff49e1
children 0d13de7edb30
comparison
equal deleted inserted replaced
2440:5b8cb850f5ab 2441:275374725598
676 argHandleOpt, argHandleNonOpt, OPTH_BAILOUT)) 676 argHandleOpt, argHandleNonOpt, OPTH_BAILOUT))
677 exit(1); 677 exit(1);
678 678
679 if (nsrcFiles < 1) 679 if (nsrcFiles < 1)
680 { 680 {
681 dmErrorMsg("Nothing to do. (try --help)\n"); 681 argShowHelp();
682 goto out; 682 goto out;
683 } 683 }
684 684
685 // Allocate file flags 685 // Allocate file flags
686 fileFlagsSize = sizeof(BOOL) * nsrcFiles; 686 fileFlagsSize = sizeof(BOOL) * nsrcFiles;