Bulk Import: Adjust usage text so i can actaully copy paste
This commit is contained in:
parent
5362cd1f73
commit
9c263f3c84
|
@ -349,11 +349,11 @@ def main(argv=None):
|
||||||
if options.usage == True:
|
if options.usage == True:
|
||||||
#Print usage examples and exit
|
#Print usage examples and exit
|
||||||
print "USAGE:"
|
print "USAGE:"
|
||||||
print 'PokerStars converter: ./GuiBulkImport -c PokerStars -f filename'
|
print 'PokerStars converter: ./GuiBulkImport.py -c PokerStars -f filename'
|
||||||
print 'Full Tilt converter: ./GuiBulkImport -c "Full Tilt Poker" -f filename'
|
print 'Full Tilt converter: ./GuiBulkImport.py -c "Full Tilt Poker" -f filename'
|
||||||
print "Everleaf converter: ./GuiBulkImport -c Everleaf -f filename"
|
print "Everleaf converter: ./GuiBulkImport.py -c Everleaf -f filename"
|
||||||
print "Absolute converter: ./GuiBulkImport -c Absolute -f filename"
|
print "Absolute converter: ./GuiBulkImport.py -c Absolute -f filename"
|
||||||
print "PartyPoker converter: ./GuiBulkImport -c PartyPoker -f filename"
|
print "PartyPoker converter: ./GuiBulkImport.py -c PartyPoker -f filename"
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
config = Configuration.Config()
|
config = Configuration.Config()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user