aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/html.py
diff options
context:
space:
mode:
authorGianluca Montecchi <gian@grys.it>2009-10-21 23:34:05 +0200
committerGianluca Montecchi <gian@grys.it>2009-10-21 23:34:05 +0200
commit9abbc1a94d03e2aa7eb96fca549bce42a7872320 (patch)
tree2eab2ed2545c69d0a8747882f09d862a67e3e11e /becommands/html.py
parent89fe7bf7ab6813ed21361941ac17253895d07b03 (diff)
downloadbugseverywhere-9abbc1a94d03e2aa7eb96fca549bce42a7872320.tar.gz
Fixed a typo in the --export-dir-template options
Diffstat (limited to 'becommands/html.py')
-rw-r--r--becommands/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/html.py b/becommands/html.py
index 708077e..0b28b4a 100644
--- a/becommands/html.py
+++ b/becommands/html.py
@@ -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