aboutsummaryrefslogtreecommitdiff
path: root/coreutils/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/install.c')
-rw-r--r--coreutils/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/install.c b/coreutils/install.c
index 5503b55cd..8d71fa070 100644
--- a/coreutils/install.c
+++ b/coreutils/install.c
@@ -99,7 +99,7 @@ int install_main(int argc, char **argv)
99#if ENABLE_FEATURE_INSTALL_LONG_OPTIONS 99#if ENABLE_FEATURE_INSTALL_LONG_OPTIONS
100 applet_long_options = install_long_options; 100 applet_long_options = install_long_options;
101#endif 101#endif
102 opt_complementary = "?:s--d:d--s" USE_SELINUX(":Z--\xff:\xff--Z"); 102 opt_complementary = "s--d:d--s" USE_SELINUX(":Z--\xff:\xff--Z");
103 /* -c exists for backwards compatibility, it's needed */ 103 /* -c exists for backwards compatibility, it's needed */
104 104
105 flags = getopt32(argc, argv, "cdpsg:m:o:" USE_SELINUX("Z:"), 105 flags = getopt32(argc, argv, "cdpsg:m:o:" USE_SELINUX("Z:"),