diff options
Diffstat (limited to 'getfattr/getfattr.c')
-rw-r--r-- | getfattr/getfattr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getfattr/getfattr.c b/getfattr/getfattr.c index bc098b0..86b03e6 100644 --- a/getfattr/getfattr.c +++ b/getfattr/getfattr.c @@ -34,8 +34,8 @@ #include <libintl.h> #define _(String) gettext (String) -#define CMD_LINE_OPTIONS "ade:hm:n:v:HRLP" -#define CMD_LINE_SPEC "[-ahvRLP] [-n name|-d] [-e en] [-m pattern] path..." +#define CMD_LINE_OPTIONS "n:de:m:hRLP" +#define CMD_LINE_SPEC "[-hRLP] [-n name|-d] [-e en] [-m pattern] path..." struct option long_options[] = { { "name", 1, 0, 'n' }, |