- Timestamp:
- Jan 18, 2018, 2:16:30 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 35a4b94d, 967e3c9
- Parents:
- e3b0e2e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/repeat.c
re3b0e2e r5eba8ce 26 26 if(print_iterations) { 27 27 printf("\r%d / %d", i, repetitions); 28 fflush(stdout); 28 29 } 29 30 int retcode = run(); … … 47 48 fprintf(out, "Repeat CMD N times\n\n"); 48 49 fprintf(out, "\t-h,--help\tprint this usage message\n"); 49 fprintf(out, "\t-s\t stop on error\n");50 fprintf(out, "\t-i\t output iterations instead of CMD stdout\n");51 fprintf(out, "\t-x\t print CMD before running it\n");50 fprintf(out, "\t-s\t\tstop on error\n"); 51 fprintf(out, "\t-i\t\toutput iterations instead of CMD stdout\n"); 52 fprintf(out, "\t-x\t\tprint CMD before running it\n"); 52 53 exit(code); 53 54 }
Note: See TracChangeset
for help on using the changeset viewer.