Clarify meaning of --datadir with an example

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@836 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2007-09-03 20:18:43 +00:00
parent e37c654db5
commit 19f5753bb3
+1 -1
View File
@@ -32,7 +32,7 @@ void GenerateHelp(const char *appname) {
CUtils::PrintMessage("\t-p, --makepem Generates a pemfile for use with SSL");
CUtils::PrintMessage("\t-e, --encrypt-pem when used along with --makepem, encrypts the private key in the pemfile");
#endif /* HAVE_LIBSSL */
CUtils::PrintMessage("\t-d, --datadir Set a different znc repository");
CUtils::PrintMessage("\t-d, --datadir Set a different znc repository (default is ~/.znc)");
}
void die(int sig) {