X-Git-Url: http://git.maemo.org/git/?p=busybox4maemo;a=blobdiff_plain;f=miscutils%2Ftime.c;h=395fcb5011bc5e5fb322f4d0ea9547eff49cc2a7;hp=ed438594841c37c54d2c9c9247cfb7d7f05f5d78;hb=refs%2Ftags%2Fmaemo%2F3_1.10.2.legal-1osso14;hpb=c1574bde6d0464e1e47cecf2b06dd99eb51b1cdf diff --git a/miscutils/time.c b/miscutils/time.c index ed43859..395fcb5 100644 --- a/miscutils/time.c +++ b/miscutils/time.c @@ -402,6 +402,7 @@ int time_main(int argc ATTRIBUTE_UNUSED, char **argv) const char *output_format = default_format; int opt; + opt_complementary = "-1"; /* at least one arg */ /* "+": stop on first non-option */ opt = getopt32(argv, "+vp"); argv += optind;