Skip to content

Commit

Permalink
updated info for usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-fuchs committed Nov 12, 2024
1 parent 8f9e23d commit 63f0dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virheat/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_args(sysargs):
"""
parser = argparse.ArgumentParser(
prog=_program,
usage='''\tvirheat <folder containing input files (vcf/tsv)> <output dir> -l or -g [additional arguments]''')
usage='''\tvirheat <folder containing input files (vcf/tsv)> <output dir> -r -l/-g [additional arguments]''')
parser.add_argument(
"input",
nargs=2,
Expand Down

0 comments on commit 63f0dee

Please sign in to comment.