Usage for the script
This commit is contained in:
parent
9770054dee
commit
6094c8536b
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ def autodetect_template_bundles(paths):
|
|||
|
||||
def main():
|
||||
"""Entrypoint"""
|
||||
parser = OptionParser()
|
||||
parser = OptionParser(usage='%prog [options] [paths]')
|
||||
parser.add_option('-T', '--no-teardown-detection', dest='no_teardown',
|
||||
action='store_true', help='Do not attempt to '
|
||||
'detect teardown function rewrites.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue