Fixed a typo in the --export-dir-template options
authorGianluca Montecchi <gian@grys.it>
Wed, 21 Oct 2009 21:34:05 +0000 (23:34 +0200)
committerGianluca Montecchi <gian@grys.it>
Wed, 21 Oct 2009 21:34:05 +0000 (23:34 +0200)
becommands/html.py

index 708077e143361f2646204f2607df035003a5dc69..0b28b4ad96056f5097f80a7fa6d10869cfa93c57 100644 (file)
@@ -78,7 +78,7 @@ def get_parser():
         help='Verbose output, default is %default', default=False)
     parser.add_option('-e', '--export-template',  action='store_true', metavar='STRING', dest='exp_template',
         help='Export the default template into a directory (%default)', default='./templates/default')
-    parser.add_option('-d', '--export-dir_template', metavar='STRING', dest='exp_dir_template',
+    parser.add_option('-d', '--export-dir-template', metavar='STRING', dest='exp_dir_template',
         help='Export the default template into a directory (%default)', default='./templates/default')
     return parser