Skip to content

Commit

Permalink
fixed help msg
Browse files Browse the repository at this point in the history
  • Loading branch information
tlawrence3 committed Jun 3, 2019
1 parent d4840cf commit 0666107
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed disco/__pycache__/pydisco.cpython-37.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion disco/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.3"
2 changes: 1 addition & 1 deletion disco/disco.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from disco._version import __version__

def main():
parser = argparse.ArgumentParser(prog="disco")
parser = argparse.ArgumentParser(prog="disco", add_help=False)
parser.add_argument('-v', '--version', action='version', version="v{}".format(__version__))
parser.add_argument("-i", "--input", type=argparse.FileType("r"),dest="input",
help="alignment file in fasta form")
Expand Down

0 comments on commit 0666107

Please sign in to comment.