comparison sidinfo.c @ 141:71725be55ed1

Do not show full help if no filenames are specified.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Jun 2017 08:55:10 +0300
parents 9f96b37c4f75
children da29f147afcb
comparison
equal deleted inserted replaced
140:9f96b37c4f75 141:71725be55ed1
711 argHandleOpt, argHandleFile, OPTH_ONLY_OTHER)) 711 argHandleOpt, argHandleFile, OPTH_ONLY_OTHER))
712 goto out; 712 goto out;
713 713
714 if (optNFiles == 0) 714 if (optNFiles == 0)
715 { 715 {
716 argShowHelp(); 716 THERR("No filename(s) specified. Try --help.\n");
717 THERR("No filename(s) specified.\n");
718 } 717 }
719 718
720 out: 719 out:
721 720
722 #ifdef HAVE_ICONV 721 #ifdef HAVE_ICONV