aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/skyped.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/skyped.py b/skype/skyped.py
index 7161010f..0347bcdc 100644
--- a/skype/skyped.py
+++ b/skype/skyped.py
@@ -223,7 +223,7 @@ Options:
-h --help this help
-H --host set the tcp host (default: %s)
-n --nofork don't run as daemon in the background
- -p --port set the tcp port (default: %d)
+ -p --port set the tcp port (default: %s)
-v --version display version information""" % (self.cfgpath, self.host, self.port)
sys.exit(ret)