Skip to content

Commit efb6d25

Browse files
committed
Add scale description and version info to usage output.
1 parent e2da9f3 commit efb6d25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sweep.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,10 @@ int main(int argc, char **argv) {
383383
fprintf(stderr, "Usage: %s <crosssection.png> <shape.png> <output.stl>\n\n"
384384
"Sweep (extrude) a cross-section shape along the edge of a shape to make a solid.\n"
385385
"Input: black = inside, white or transparent = outside, antialiasing recommended.\n"
386-
"Left half of cross section goes inside, right half outside.\n\n"
387-
"Copyright (c) 2013 Christian Walther <cwalther%cgmx.ch>\n"
386+
"Left half of cross section goes inside, right half outside.\n"
387+
"Output is scaled according to resolution of cross-section image.\n\n"
388+
"Version 1.1\n"
389+
"Copyright (c) 2013-2015 Christian Walther <cwalther%cgmx.ch>\n"
388390
"https://github.com/cwalther/cookie-cutter-sweeper\n", argv[0], '@');
389391
return 2;
390392
}

0 commit comments

Comments
 (0)