diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-12-22 00:45:51 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-12-22 00:45:51 +0100 |
commit | a349932a6a69d5bb7fbd199b398a1716efd6e5b0 (patch) | |
tree | 20dccdfea5ba1190ac10c3ce967bfc2172cc9a8c | |
parent | 5adcc6514dacb4242c1cc89206f95be4f5a200db (diff) |
fix typo in skyped -h
-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) |