add missing "-d" option
This commit is contained in:
parent
09b958b99d
commit
0b815cc67f
@ -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'},
|
||||
|
Loading…
Reference in New Issue
Block a user