diff options
Diffstat (limited to 'skype/skyped.py')
-rw-r--r-- | skype/skyped.py | 2 |
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) |