summaryrefslogtreecommitdiff
path: root/setup.cpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-02 21:36:22 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-02 21:36:22 +0000
commit7a738b512f6ab949c6307b3e897dd3b259bacbb7 (patch)
tree6a14478e8b6cc3eda28501472834c28a0f642359 /setup.cpp
parent3e14161fd0a8f0b6fb6ec98bc5ded4370e61f048 (diff)
downloadvdr-plugin-live-7a738b512f6ab949c6307b3e897dd3b259bacbb7.tar.gz
vdr-plugin-live-7a738b512f6ab949c6307b3e897dd3b259bacbb7.tar.bz2
- some optical improvements
Diffstat (limited to 'setup.cpp')
-rw-r--r--setup.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.cpp b/setup.cpp
index 538d2c8..bb11f60 100644
--- a/setup.cpp
+++ b/setup.cpp
@@ -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();
}