Skip to content

Commit

Permalink
Add a program name to argparse.
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed May 23, 2015
1 parent 295a5de commit 5e5d694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataset/freeze/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

def create_parser():
parser = argparse.ArgumentParser(
prog='datafreeze',
description='Generate static JSON and CSV extracts from a SQL database.',
epilog='For further information, please check the documentation.')
parser.add_argument('config', metavar='CONFIG', type=str,
Expand Down

0 comments on commit 5e5d694

Please sign in to comment.