From 63f0dee07d2bf03b0ab9c76a7e4b4159cf50c1be Mon Sep 17 00:00:00 2001 From: jonas-fuchs Date: Tue, 12 Nov 2024 17:59:11 +0100 Subject: [PATCH] updated info for usage --- virheat/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,