diff options
-rw-r--r-- | coreutils/install.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/install.c b/coreutils/install.c index c7ddbb214..e99f1a3bd 100644 --- a/coreutils/install.c +++ b/coreutils/install.c | |||
@@ -17,9 +17,9 @@ static const char install_longopts[] ALIGN1 = | |||
17 | "directory\0" No_argument "d" | 17 | "directory\0" No_argument "d" |
18 | "preserve-timestamps\0" No_argument "p" | 18 | "preserve-timestamps\0" No_argument "p" |
19 | "strip\0" No_argument "s" | 19 | "strip\0" No_argument "s" |
20 | "group\0" No_argument "g" | 20 | "group\0" Required_argument "g" |
21 | "mode\0" No_argument "m" | 21 | "mode\0" Required_argument "m" |
22 | "owner\0" No_argument "o" | 22 | "owner\0" Required_argument "o" |
23 | /* autofs build insists of using -b --suffix=.orig */ | 23 | /* autofs build insists of using -b --suffix=.orig */ |
24 | /* TODO? (short option for --suffix is -S) */ | 24 | /* TODO? (short option for --suffix is -S) */ |
25 | #if ENABLE_SELINUX | 25 | #if ENABLE_SELINUX |