Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Mar 14, 2019
1 parent 9ba9e87 commit b10a8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeflow/src/makeflow.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ static void show_help_run(const char *cmd)
printf(" outputs: Cleans output files.\n");
printf(" intermediates: Cleans intermediate files.\n");
printf(" cahce: Cleans cache directory.\n");
printf(" -d,--debug=<subsystem> Enable debugging for this subsystem\.n");
printf(" -d,--debug=<subsystem> Enable debugging for this subsystem.\n");
printf(" -o,--debug-file=<file> Send debugging to this file.\n");
printf(" --debug-rotate-max=<bytes> Rotate debug file once it reaches this size.\n");
printf(" -T,--batch-type=<type> Select batch system: %s\n",batch_queue_type_string());
Expand Down

0 comments on commit b10a8dc

Please sign in to comment.