Fix minor typo
This commit is contained in:
parent
6cefcc5f94
commit
bd5cfaebd3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ void Args::DisplayHelp() {
|
||||||
" -t <int> | --threads <int>\t\tUse CPU thread count when "
|
" -t <int> | --threads <int>\t\tUse CPU thread count when "
|
||||||
"not using "
|
"not using "
|
||||||
"OpenCL\n"
|
"OpenCL\n"
|
||||||
" -o <filelname> | --output <filename>\tOutput filename to "
|
" -o <filename> | --output <filename>\tOutput filename to "
|
||||||
"use\n"
|
"use\n"
|
||||||
" --overwrite\t\t\t\tEnable overwriting of file (default "
|
" --overwrite\t\t\t\tEnable overwriting of file (default "
|
||||||
"disabled)\n"
|
"disabled)\n"
|
||||||
|
|
Loading…
Reference in a new issue