Skip to content

Commit

Permalink
Indicate that -e can be repeated
Browse files Browse the repository at this point in the history
See #148
  • Loading branch information
krallin committed Nov 14, 2020
1 parent 71911f9 commit b9f42a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tini.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ void print_usage(char* const name, FILE* const file) {
fprintf(file, " -v: Generate more verbose output. Repeat up to 3 times.\n");
fprintf(file, " -w: Print a warning when processes are getting reaped.\n");
fprintf(file, " -g: Send signals to the child's process group.\n");
fprintf(file, " -e EXIT_CODE: Remap EXIT_CODE (from 0 to 255) to 0.\n");
fprintf(file, " -e EXIT_CODE: Remap EXIT_CODE (from 0 to 255) to 0 (can be repeated).\n");
fprintf(file, " -l: Show license and exit.\n");
#endif

Expand Down

0 comments on commit b9f42a0

Please sign in to comment.