diff options
author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-05 14:14:58 +0000 |
---|---|---|
committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-03-05 14:14:58 +0000 |
commit | e45f2d16d33925c59c6f2210e9dfc57eadb653c3 (patch) | |
tree | 51c876850bb320de502aa128ccd2a7f77083ff86 | |
parent | 21d78a218f69ab629be8358974fcb32b1ac71c21 (diff) | |
download | vdr-plugin-muggle-release/0.1.3-wr.tar.gz vdr-plugin-muggle-release/0.1.3-wr.tar.bz2 |
fix mugglei help inforelease/0.1.3-wr
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/branches/0.1.3-wr@541 e10066b5-e1e2-0310-b819-94efdf66514b
-rwxr-xr-x | mugglei.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 <datadir> - 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; |