File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,10 @@ void usage(const char *section) {
83
83
" option must be used.\n "
84
84
" See below for details on the '-format' option.\n "
85
85
" \n "
86
+ " If the destination file already exists, ctlrender \n "
87
+ " will refuse to overwrite the file unless the\n "
88
+ " -force parameter is supplied.\n "
89
+ " \n "
86
90
" -input_scale <value> Specifies a scaling value for the input.\n "
87
91
" Details on this are provided with '-help scale'.\n "
88
92
" \n "
@@ -108,6 +112,12 @@ void usage(const char *section) {
108
112
" -param2 ... Details on this and similar options are provided\n "
109
113
" -param3 ... with '-help param'\n "
110
114
" \n "
115
+ " -noalpha Specifies that <source_file> does not contain an \n "
116
+ " alpha channel.\n "
117
+ " \n "
118
+ " -force Allows overwriting of the destination file, if\n "
119
+ " the destination file already exists.\n "
120
+ " \n "
111
121
" -verbose Increases the level of output verbosity.\n "
112
122
" -quiet Decreases the level of output verbosity.\n "
113
123
" \n "
You can’t perform that action at this time.
0 commit comments