From e8d8b7d3dcf14fe2d30e0bb3445fdb3862d7ebe0 Mon Sep 17 00:00:00 2001 From: Stefan Hacker Date: Mon, 27 Dec 2010 17:06:28 +0100 Subject: [PATCH] Fix typo in mbf2man.py --- tools/mbf2man.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mbf2man.py b/tools/mbf2man.py index 88f2541..bfd1cdc 100644 --- a/tools/mbf2man.py +++ b/tools/mbf2man.py @@ -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()