diff --git a/virheat/command.py b/virheat/command.py index 87778db..dcb484a 100644 --- a/virheat/command.py +++ b/virheat/command.py @@ -26,7 +26,7 @@ def get_args(sysargs): """ parser = argparse.ArgumentParser( prog=_program, - usage='''\tvirheat -l or -g [additional arguments]''') + usage='''\tvirheat -r -l/-g [additional arguments]''') parser.add_argument( "input", nargs=2,