From d80482c2f4ec35a880ee099eeb3983b255d65e8f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 11 Jul 2014 15:23:38 -0500 Subject: [PATCH] checkpath: fix error message in previous commit --- src/rc/checkpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c index 6280fb6d..3c6c5ca6 100644 --- a/src/rc/checkpath.c +++ b/src/rc/checkpath.c @@ -268,7 +268,7 @@ checkpath(int argc, char **argv) usage(EXIT_FAILURE); if (type == inode_unknown) - eerrorx("%s: -d -f or -p must be specified.", applet); + eerrorx("%s: -d, -f, -p, or -W must be specified.", applet); if (pw) { uid = pw->pw_uid;