diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-02 21:36:22 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-02 21:36:22 +0000 |
commit | 7a738b512f6ab949c6307b3e897dd3b259bacbb7 (patch) | |
tree | 6a14478e8b6cc3eda28501472834c28a0f642359 /setup.cpp | |
parent | 3e14161fd0a8f0b6fb6ec98bc5ded4370e61f048 (diff) | |
download | vdr-plugin-live-7a738b512f6ab949c6307b3e897dd3b259bacbb7.tar.gz vdr-plugin-live-7a738b512f6ab949c6307b3e897dd3b259bacbb7.tar.bz2 |
- some optical improvements
Diffstat (limited to 'setup.cpp')
-rw-r--r-- | setup.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -53,10 +53,10 @@ char const* Setup::Help() const ostringstream builder; builder << " -L DIR, --lib=DIR libtnt-live.so will be searched in DIR\n" " (default: " << m_libraryPath << ")\n" - << " -p PORT, --port=PORT use PORT to listen for incoming\n" - " connections (default: " << m_serverPort << ")\n" - << " -i IP, --ip=IP bind server only to specified IP, can\n" - " appear multiple times\n" + << " -p PORT, --port=PORT use PORT to listen for incoming connections\n" + " (default: " << m_serverPort << ")\n" + << " -i IP, --ip=IP bind server only to specified IP, may appear\n" + " multiple times\n" " (default: 0.0.0.0)\n"; m_helpString = builder.str(); } |