diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-14 05:48:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-14 05:48:31 +0000 |
commit | e49e5b147c7a670b9e3df69ef2cfaf787bbbe3ee (patch) | |
tree | 20f38dd5705d5b22513c3ee1d776806ba552d9c2 | |
parent | 357d3ecf84c8a3094f8a0edd8136ff5d7383e328 (diff) |
tweak help since this works for dirs and files
-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 2fdaf22a..3fb43792 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'}, |