summaryrefslogtreecommitdiff
path: root/src/rc/checkpath.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-14 05:48:31 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-14 05:48:31 +0000
commite49e5b147c7a670b9e3df69ef2cfaf787bbbe3ee (patch)
tree20f38dd5705d5b22513c3ee1d776806ba552d9c2 /src/rc/checkpath.c
parent357d3ecf84c8a3094f8a0edd8136ff5d7383e328 (diff)
downloadopenrc-e49e5b147c7a670b9e3df69ef2cfaf787bbbe3ee.tar.gz
openrc-e49e5b147c7a670b9e3df69ef2cfaf787bbbe3ee.tar.bz2
openrc-e49e5b147c7a670b9e3df69ef2cfaf787bbbe3ee.tar.xz
tweak help since this works for dirs and files
Diffstat (limited to 'src/rc/checkpath.c')
-rw-r--r--src/rc/checkpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index 2fdaf22..3fb4379 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -159,7 +159,7 @@ static int parse_owner (struct passwd **user, struct group **group,
}
#include "_usage.h"
-#define extraopts "dir1 dir2 ..."
+#define extraopts "path1 path2 ..."
#define getoptstring "dfm:o:" getoptstring_COMMON
static struct option longopts[] = {
{ "directory", 0, NULL, 'd'},