diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-04 02:23:03 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-04 02:23:03 (GMT) |
commit | 94d4acf76566ec2bc24f60b78d46690df6d3370d (patch) | |
tree | ad3aa52bb83d8f98ba249a02f958ccabe33826a4 /src/openscad.cc | |
parent | 689fdad0acfd17aa2676bd5bcf34ebba29c383a5 (diff) |
cleanup tab spacing
Diffstat (limited to 'src/openscad.cc')
-rw-r--r-- | src/openscad.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openscad.cc b/src/openscad.cc index 6c46bb4..354c347 100644 --- a/src/openscad.cc +++ b/src/openscad.cc @@ -194,7 +194,7 @@ int main(int argc, char **argv) ("version,v", "print the version") ("render", "if exporting a png image, do a full CGAL render") ("camera", po::value<string>(), "parameters for camera when exporting png") - ("imgsize", po::value<string>(), "=width,height for exporting png") + ("imgsize", po::value<string>(), "=width,height for exporting png") ("projection", po::value<string>(), "(o)rtho or (p)erspective when exporting png") ("o,o", po::value<string>(), "out-file") ("s,s", po::value<string>(), "stl-file") |