Changeset 3310 in kBuild for trunk/src/misc
- Timestamp:
- Mar 8, 2020 7:10:33 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/misc/kmk_time.c
r3208 r3310 181 181 { 182 182 fprintf(pOut, 183 "usage: %s <program> [args]\n"183 "usage: %s [options] [--] <program> [args]\n" 184 184 " or: %s --help\n" 185 185 " 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" 186 191 , 187 192 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 188 198 return 1; 189 199 }
Note:
See TracChangeset
for help on using the changeset viewer.