diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-14 05:32:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-14 05:32:47 +0000 |
commit | 0b815cc67ff02673a61bead2002bc21d5187d1a7 (patch) | |
tree | b5b44ab00a2bf272f079b02af8e1a4ba8050b6af /src/rc | |
parent | 09b958b99d1303cfd8c37047a7decc1a4312a9f2 (diff) |
add missing "-d" option
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 ffefc884..dc783af1 100644 --- a/src/rc/checkpath.c +++ b/src/rc/checkpath.c @@ -160,7 +160,7 @@ static int parse_owner (struct passwd **user, struct group **group, #include "_usage.h" #define extraopts "dir1 dir2 ..." -#define getoptstring "fm:o:" getoptstring_COMMON +#define getoptstring "dfm:o:" getoptstring_COMMON static struct option longopts[] = { { "directory", 0, NULL, 'd'}, { "file", 0, NULL, 'f'}, |