install: fix long option not taking params (bug 4584)

This commit is contained in:
Denis Vlasenko 2008-08-15 19:56:24 +00:00
parent 11152e30e3
commit c80191c1d9

View File

@ -17,9 +17,9 @@ static const char install_longopts[] ALIGN1 =
"directory\0" No_argument "d" "directory\0" No_argument "d"
"preserve-timestamps\0" No_argument "p" "preserve-timestamps\0" No_argument "p"
"strip\0" No_argument "s" "strip\0" No_argument "s"
"group\0" No_argument "g" "group\0" Required_argument "g"
"mode\0" No_argument "m" "mode\0" Required_argument "m"
"owner\0" No_argument "o" "owner\0" Required_argument "o"
/* autofs build insists of using -b --suffix=.orig */ /* autofs build insists of using -b --suffix=.orig */
/* TODO? (short option for --suffix is -S) */ /* TODO? (short option for --suffix is -S) */
#if ENABLE_SELINUX #if ENABLE_SELINUX