From 19f5753bb36ae83f1928dfa0b5221d93829f1c20 Mon Sep 17 00:00:00 2001 From: psychon Date: Mon, 3 Sep 2007 20:18:43 +0000 Subject: [PATCH] Clarify meaning of --datadir with an example git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@836 726aef4b-f618-498e-8847-2d620e286838 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 823aab86..bbe14013 100644 --- a/main.cpp +++ b/main.cpp @@ -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) {