Changeset a349932


Ignore:
Timestamp:
2008-12-21T23:45:51Z (15 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
8edfc90
Parents:
5adcc65
Message:

fix typo in skyped -h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skyped.py

    r5adcc65 ra349932  
    224224        -H      --host          set the tcp host (default: %s)
    225225        -n      --nofork        don't run as daemon in the background
    226         -p      --port          set the tcp port (default: %d)
     226        -p      --port          set the tcp port (default: %s)
    227227        -v      --version       display version information""" % (self.cfgpath, self.host, self.port)
    228228                sys.exit(ret)
Note: See TracChangeset for help on using the changeset viewer.