VirtualBox

Changeset 3310 in kBuild for trunk/src/misc


Ignore:
Timestamp:
Mar 8, 2020 7:10:33 PM (5 years ago)
Author:
bird
Message:

kmk_time: update the usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/misc/kmk_time.c

    r3208 r3310  
    181181{
    182182    fprintf(pOut,
    183             "usage: %s <program> [args]\n"
     183            "usage: %s [options] [--] <program> [args]\n"
    184184            "   or: %s --help\n"
    185185            "   or: %s --version\n"
     186            "\n"
     187            "Options:\n"
     188            "  -i <count>, --iteration <count>\n"
     189            "      Run the program <count> times and display minium, maximum and average\n"
     190            "      run times at the end.\n"
    186191            ,
    187192            argv0, argv0, argv0);
     193#ifdef _MSC_VER
     194    fprintf(pOut,
     195            "  --unquoted\n"
     196            "      Windows only: No argument quoting, use them as-is.\n");
     197#endif
    188198    return 1;
    189199}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette