summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-12-20 21:18:52 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-12-20 21:18:52 +0000
commit4eba5957bbe7eaa34bc1e927cf3c133170b7f225 (patch)
treecc101c7cdf0aa9a0b6209531a96aba515e4fc587
parentc390ec7befcfeeda8504bdd74eb823b7ab721bf3 (diff)
downloadmanaserv-4eba5957bbe7eaa34bc1e927cf3c133170b7f225.tar.gz
manaserv-4eba5957bbe7eaa34bc1e927cf3c133170b7f225.tar.bz2
manaserv-4eba5957bbe7eaa34bc1e927cf3c133170b7f225.tar.xz
manaserv-4eba5957bbe7eaa34bc1e927cf3c133170b7f225.zip
Better if help cleanups when exitting ...
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2e50f440..e53089c0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -228,6 +228,7 @@ void printHelp()
std::cout << "Options: " << std::endl;
std::cout << " -h --help : Display this help" << std::endl;
std::cout << " --verbosity n : Set the verbosity level" << std::endl;
+ deinitialize();
exit(0);
}