projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d1c1f
)
chown: fix a mistake in opt_complementary change
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 31 Dec 2017 16:59:16 +0000
(17:59 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 31 Dec 2017 16:59:16 +0000
(17:59 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/chown.c
patch
|
blob
|
history
diff --git
a/coreutils/chown.c
b/coreutils/chown.c
index 985d18d6f43b5a58d01e39c5a867c581ea2f2024..6429fd030067452af8d3dded05f4cb6350f5a365 100644
(file)
--- a/
coreutils/chown.c
+++ b/
coreutils/chown.c
@@
-128,9
+128,9
@@
int chown_main(int argc UNUSED_PARAM, char **argv)
struct param_t param;
#if ENABLE_FEATURE_CHOWN_LONG_OPTIONS
- opt = getopt32long(argv, "^" OPT_STR "\0" "
=
2", chown_longopts);
+ opt = getopt32long(argv, "^" OPT_STR "\0" "
-
2", chown_longopts);
#else
- opt = getopt32(argv, "^" OPT_STR "\0" "
=
2");
+ opt = getopt32(argv, "^" OPT_STR "\0" "
-
2");
#endif
argv += optind;