Skip to content

Commit

Permalink
adds documentation for -force and -noalpha parameters
Browse files Browse the repository at this point in the history
issue ampas#27
  • Loading branch information
scottdyer committed Oct 20, 2015
1 parent 020599d commit 7cd48ce
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ctlrender/usage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ void usage(const char *section) {
" option must be used.\n"
" See below for details on the '-format' option.\n"
"\n"
" If the destination file already exists, ctlrender \n"
" will refuse to overwrite the file unless the\n"
" -force parameter is supplied.\n"
"\n"
" -input_scale <value> Specifies a scaling value for the input.\n"
" Details on this are provided with '-help scale'.\n"
"\n"
Expand All @@ -108,6 +112,12 @@ void usage(const char *section) {
" -param2 ... Details on this and similar options are provided\n"
" -param3 ... with '-help param'\n"
"\n"
" -noalpha Specifies that <source_file> does not contain an \n"
" alpha channel.\n"
"\n"
" -force Allows overwriting of the destination file, if\n"
" the destination file already exists.\n"
"\n"
" -verbose Increases the level of output verbosity.\n"
" -quiet Decreases the level of output verbosity.\n"
"\n"
Expand Down

0 comments on commit 7cd48ce

Please sign in to comment.