X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=miscutils%2Ftime.c;fp=miscutils%2Ftime.c;h=395fcb5011bc5e5fb322f4d0ea9547eff49cc2a7;hb=5aed10b2071e48c76c5eb4f647347ccb3d384732;hp=ed438594841c37c54d2c9c9247cfb7d7f05f5d78;hpb=c1574bde6d0464e1e47cecf2b06dd99eb51b1cdf;p=busybox4maemo 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;