shorter metavar for --cert-path

This commit is contained in:
Marcus Smith 2013-02-08 22:47:39 -08:00
parent 6dc3212d39
commit bb7ba1aea4
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@ standard_options = [
dest='cert_path',
type='str',
default='',
metavar='path',
help = "Path to alternate certificate file."),
]