X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=inline;f=coreutils%2Fchown.c;h=6429fd030067452af8d3dded05f4cb6350f5a365;hb=b7dfbbcdaaae5267259e2272b1cdfde6daad44a0;hp=985d18d6f43b5a58d01e39c5a867c581ea2f2024;hpb=22542eca18e5807b72ddc78999f5101e33f17a53;p=oweals%2Fbusybox.git diff --git a/coreutils/chown.c b/coreutils/chown.c index 985d18d6f..6429fd030 100644 --- 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;