diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:03:27 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-09-13 01:03:27 (GMT) |
commit | 30fd8b250af29c16dc25013b4aceb91cf51a7432 (patch) | |
tree | 426ea407c087c6dfa4d75e0200a45f6df69b692a /src/openscad.cc | |
parent | d6a57b89682ed7991744dc142e9af21d5e74cb83 (diff) |
little tweaks, cleanups, tab fixing, eliminating comments
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 56b8acf..c202c88 100644 --- a/src/openscad.cc +++ b/src/openscad.cc @@ -88,7 +88,7 @@ static void help(const char *progname) "%*s[ --camera=translatex,y,z,rotx,y,z,dist | \\\n" "%*s --camera=eyex,y,z,centerx,y,z ] \\\n" "%*s[ --imgsize=width,height ] [ --projection=(o)rtho|(p)ersp] \\\n" - "%*s[ --render | --preview[=throwntogether] ] \\\n" + "%*s[ --render | --preview[=throwntogether] ] \\\n" "%*sfilename\n", progname, tab, "", tab, "", tab, "", tab, "", tab, "", tab, ""); exit(1); |