commit:     2e6303d7f1cac6d8eceb64fd3bc747b61e5f5f84
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 00:52:01 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 00:54:36 2019 +0000
URL:        https://gitweb.gentoo.org/proj/elfix.git/commit/?id=2e6303d7

install-xattr: -Z and -b flags do not accept arguments

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 misc/install-xattr/install-xattr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)

Reply via email to