diff options
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/checkpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |