Skip to content

Commit

Permalink
fix the help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
arhi committed Jun 17, 2018
1 parent a02309b commit f4839ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcodestat.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ void print_usage() {
fprintf(stderr, "\t-r, --retract_time %f\t\tRetraction time in sec\n", DEFAULT_RETRACT_TIME);
fprintf(stderr, "\t-p, --prime_time %f\t\tPrime time in sec\n", DEFAULT_PRIME_TIME);
fprintf(stderr, "\t-s, --percent_step 10\t\t\tChange LCD data every ##%%\n");
fprintf(stderr, "\t-m, --m117_format <format> \t\tformat to write M117 as, e.g.\n\t\t\t\t\t\t\"M117 %%w weeks, %%d days (%%h:%%m:%%s) %%p%%%% remaining\"\n\t\t\t\t\t\t\"M117 %%S seconds to go\"\n");
fprintf(stderr, "\nOctoPrint settings\n\t\t(if output file set it will be uploaded to octoprint\n\t\tif not the input file will be uploaded)\n\n");
fprintf(stderr, "\t-k, --api_key \t\t\t\tOctoprint API key\n");
fprintf(stderr, "\t-u, --api_url \t\t\t\tOctoprint API URI (e.g. http://octoprint/api/files/local )\n");
fprintf(stderr, "\t-m, --m117_format <format> \t\tformat to write M117 as, e.g. \"M117 %%w weeks, %%d days (%%h:%%m:%%s) %%p%%%% remaining\" or \"M117 %%S seconds to go\"\n");
fprintf(stderr, "\t-u, --api_url \t\t\t\tOctoprint API URI (e.g. http://octopi.local/api/files/local )\n");
fprintf(stderr, "\n\n");
return;
}
Expand Down

0 comments on commit f4839ca

Please sign in to comment.