From 0b815cc67ff02673a61bead2002bc21d5187d1a7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 14 Jan 2008 05:32:47 +0000 Subject: add missing "-d" option --- 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 ffefc88..dc783af 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'}, -- cgit v1.2.3