From e45f2d16d33925c59c6f2210e9dfc57eadb653c3 Mon Sep 17 00:00:00 2001 From: wr61 Date: Sat, 5 Mar 2005 14:14:58 +0000 Subject: fix mugglei help info git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/branches/0.1.3-wr@541 e10066b5-e1e2-0310-b819-94efdf66514b --- mugglei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mugglei.c b/mugglei.c index dbd66e7..1e2f7ae 100755 --- a/mugglei.c +++ b/mugglei.c @@ -81,7 +81,7 @@ int main( int argc, char *argv[] ) std::cout << " -z is not yet implemented" << std::endl; std::cout << " -c - delete the entire database and recreate a new empty one" << std::endl; #ifndef HAVE_SERVER - std::cout << " -d - the data directory for the embedded mysql server. Defaults to ./.muggle" << std::endl; + std::cout << " -d - the data directory for the embedded mysql server. Defaults to ./.muggle" << std::endl; #endif std::cout << " -v - the wanted log level, the higher the more. Default is 1" << std::endl; -- cgit v1.2.3