diff options
Diffstat (limited to 'setfattr/setfattr.c')
-rw-r--r-- | setfattr/setfattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setfattr/setfattr.c b/setfattr/setfattr.c index e65ade1..860f3cc 100644 --- a/setfattr/setfattr.c +++ b/setfattr/setfattr.c @@ -33,7 +33,7 @@ #include <libintl.h> #define _(String) gettext (String) -#define CMD_LINE_OPTIONS "n:x:v:hB:HV" +#define CMD_LINE_OPTIONS "n:x:v:h" #define CMD_LINE_SPEC "{-n name|-x name} [-v value] [-h] file..." struct option long_options[] = { |