Fix typo in mbf2man.py

This commit is contained in:
Stefan Hacker
2010-12-27 17:06:28 +01:00
parent 6cb5bfd2b7
commit e8d8b7d3dc

View File

@@ -64,7 +64,7 @@ if __name__ == "__main__":
help = 'Treename', default = 'BF2')
parser.add_option('-o', '--out', default = 'bf2.ini',
help = 'File to output configuration to')
parser.add_option('-d', '--slidedir',
parser.add_option('-d', '--slicedir',
help = 'System slice directory used when getSliceDir is not available', default = '/usr/share/slice')
(option, args) = parser.parse_args()