From 2e6303d7f1cac6d8eceb64fd3bc747b61e5f5f84 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 9 Nov 2019 19:52:01 -0500 Subject: install-xattr: -Z and -b flags do not accept arguments Signed-off-by: Anthony G. Basile --- misc/install-xattr/install-xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/install-xattr/install-xattr.c b/misc/install-xattr/install-xattr.c index 5c8a978..1c39e69 100644 --- a/misc/install-xattr/install-xattr.c +++ b/misc/install-xattr/install-xattr.c @@ -285,7 +285,7 @@ main(int argc, char* argv[]) }; int option_index; - int c = getopt_long(argc, argv, "dt:g:m:o:S:Z:", long_options, &option_index); + int c = getopt_long(argc, argv, "dt:g:m:o:S:Zb", long_options, &option_index); if (c == -1) -- cgit v1.2.3-65-gdbad