- Timestamp:
- 2010-06-25T18:39:23Z (14 years ago)
- Branches:
- master
- Children:
- 8fcb196
- Parents:
- 31a35ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/skyped.py
r31a35ea ra985369 245 245 options = Options() 246 246 try: 247 opts, args = getopt.getopt(sys.argv[1:], "c:dhH:l:np:v", ["config=", "d aemon", "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"]) 248 248 except getopt.GetoptError: 249 249 options.usage(1)
Note: See TracChangeset
for help on using the changeset viewer.