diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-12-20 21:18:52 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-12-20 21:18:52 +0000 |
commit | 4eba5957bbe7eaa34bc1e927cf3c133170b7f225 (patch) | |
tree | cc101c7cdf0aa9a0b6209531a96aba515e4fc587 | |
parent | c390ec7befcfeeda8504bdd74eb823b7ab721bf3 (diff) | |
download | manaserv-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.cpp | 1 |
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); } |