Changeset a985369


Ignore:
Timestamp:
2010-06-25T18:39:23Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
8fcb196
Parents:
31a35ea
Message:

Typo fix: --debug was --daemon

From: Arthaey Angosii <arthaey@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skyped.py

    r31a35ea ra985369  
    245245        options = Options()
    246246        try:
    247                 opts, args = getopt.getopt(sys.argv[1:], "c:dhH:l:np:v", ["config=", "daemon", "help", "host=", "log=", "nofork", "port=", "version"])
     247                opts, args = getopt.getopt(sys.argv[1:], "c:dhH:l:np:v", ["config=", "debug", "help", "host=", "log=", "nofork", "port=", "version"])
    248248        except getopt.GetoptError:
    249249                options.usage(1)
Note: See TracChangeset for help on using the changeset viewer.