Added command line option --verbose.

This commit is contained in:
XMRig
2019-12-17 22:03:50 +07:00
parent 59a3d8c530
commit 914be17d5f
4 changed files with 7 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ static inline const std::string &usage()
u += " --health-print-time=N print health report every N seconds\n";
# endif
u += " --no-color disable colored output\n";
u += " --verbose verbose output\n";
u += "\nMisc:\n";