mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user