summaryrefslogtreecommitdiff
path: root/src/account-server
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server')
-rw-r--r--src/account-server/main-account.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/account-server/main-account.cpp b/src/account-server/main-account.cpp
index 460a5f1b..39c111aa 100644
--- a/src/account-server/main-account.cpp
+++ b/src/account-server/main-account.cpp
@@ -249,6 +249,11 @@ static void printHelp()
<< "Options: " << std::endl
<< " -h --help : Display this help" << std::endl
<< " --verbosity <n> : Set the verbosity level" << std::endl
+ << " - 0. Fatal Errors only." << std::endl
+ << " - 1. All Errors." << std::endl
+ << " - 2. Plus warnings." << std::endl
+ << " - 3. Plus standard information." << std::endl
+ << " - 4. Plus debugging information." << std::endl
<< " --port <n> : Set the default port to listen on" << std::endl;
exit(0);
}