src: improve error message when using doctest options like '--dt-help'; add
doctest info to help.cpp
This commit is contained in:
+2
-2
@@ -741,8 +741,8 @@ unsigned membuffer_get_size(MemBuffer &mb);
|
||||
|
||||
// util/dt_check.cpp
|
||||
void upx_compiler_sanity_check();
|
||||
bool upx_doctest_check();
|
||||
bool upx_doctest_check(int argc, char **argv);
|
||||
int upx_doctest_check();
|
||||
int upx_doctest_check(int argc, char **argv);
|
||||
|
||||
// main.cpp
|
||||
extern const char *progname;
|
||||
|
||||
Reference in New Issue
Block a user