commit:     d80482c2f4ec35a880ee099eeb3983b255d65e8f
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Fri Jul 11 20:23:38 2014 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Jul 11 20:23:38 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=d80482c2

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 6280fb6..3c6c5ca 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;

Reply via email to