Commit 995de2735df757b9a36e41c61dcc303a9fb46f58
1 parent
1e589cff
Exists in
master
and in
1 other branch
Pequenas correções e atualização do makefile
Showing
4 changed files
with
4 additions
and
4 deletions
Show diff stats
Makefile
util/src/argParser.cpp
@@ -156,7 +156,8 @@ void ArgParser::help() | @@ -156,7 +156,8 @@ void ArgParser::help() | ||
156 | << "\n\t-r, --resolution [small,medium,large]" | 156 | << "\n\t-r, --resolution [small,medium,large]" |
157 | << "\n\t-p, --position [top_left,top_right,bottom_left,bottom_right]" | 157 | << "\n\t-p, --position [top_left,top_right,bottom_left,bottom_right]" |
158 | << "\n\t-m, --mode [devel,prod]" | 158 | << "\n\t-m, --mode [devel,prod]" |
159 | - << "\n\t--id [name] Relative to the unique ID on the Database." | 159 | + << "\n\t-v, --loglevel [quiet,error,warning,info,debug]" |
160 | + << "\n\t--id [name] Relative to the unique ID on the Database." | ||
160 | << "\n\t--no-mixer Disables mixing with the original video." | 161 | << "\n\t--no-mixer Disables mixing with the original video." |
161 | << "\n\nSee man vlibras for detailed descriptions." | 162 | << "\n\nSee man vlibras for detailed descriptions." |
162 | << std::endl; | 163 | << std::endl; |
util/src/include/logging.h
util/src/logging.cpp