Skip to content

Commit

Permalink
fixed misspelling of outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jallwine committed Dec 18, 2017
1 parent bd98f62 commit c6d78dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stl_cube.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Copyright 2014 by Freakin' Sweet Apps, LLC (stl_cmd@freakinsweetapps.com)
#define BUFFER_SIZE 4096

void print_usage() {
fprintf(stderr, "stl_cube ouputs an STL file of a single cube.\n\n");
fprintf(stderr, "stl_cube outputs an STL file of a single cube.\n\n");
fprintf(stderr, "usage: stl_cube [-w <width>] [ <output file> ]\n");
fprintf(stderr, " Outputs an stl file of a cube with the provided width. ");
fprintf(stderr, " If the width is omitted, it defaults to 1. If no output file is provided, data is sent to stdout. \n");
Expand Down

0 comments on commit c6d78dc

Please sign in to comment.