From 955032a9a7234fcb3d2c729b61fd9fd6cfac7b4f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 14 Jul 2009 01:50:52 +0000 Subject: Fix error message git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@950 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- analyzer/pamsumm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'analyzer/pamsumm.c') diff --git a/analyzer/pamsumm.c b/analyzer/pamsumm.c index c9b8a7bf..ffb4a033 100644 --- a/analyzer/pamsumm.c +++ b/analyzer/pamsumm.c @@ -73,7 +73,7 @@ parseCommandLine(int argc, char ** const argv, } else if (maxSpec) { cmdlineP->function = FN_MAX; } else - pm_error("You must specify one of -sum, -min, or -max"); + pm_error("You must specify one of -sum, -min, -max, or -mean"); if (argc-1 > 1) pm_error("Too many arguments (%d). File spec is the only argument.", -- cgit 1.4.1