From 757cc9731ebb18e4325588d550a893ee8bc0adfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fryderyk=20K=C3=B6gl?= <49393975+koegl@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:30:31 +0100 Subject: [PATCH] DOC: Fix help message for moving image --- src/unigradicon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unigradicon/__init__.py b/src/unigradicon/__init__.py index c635c95..5fdd35a 100644 --- a/src/unigradicon/__init__.py +++ b/src/unigradicon/__init__.py @@ -333,7 +333,7 @@ def main(): parser.add_argument("--fixed", required=True, type=str, help="The path of the fixed image.") parser.add_argument("--moving", required=True, type=str, - help="The path of the fixed image.") + help="The path of the moving image.") parser.add_argument("--fixed_modality", required=True, type=str, help="The modality of the fixed image. Should be 'ct' or 'mri'.") parser.add_argument("--moving_modality", required=True,