From 43bddd43620eddda397d8bff1c8a0ab0147d891b Mon Sep 17 00:00:00 2001 From: Martin Lehmann Date: Fri, 1 Sep 2023 14:08:35 +0200 Subject: [PATCH] docs(filtering): Fix wrong CLI flags in docstring --- capellambse/extensions/filtering.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/capellambse/extensions/filtering.py b/capellambse/extensions/filtering.py index 00a8c71a8..0e22eee3b 100644 --- a/capellambse/extensions/filtering.py +++ b/capellambse/extensions/filtering.py @@ -194,8 +194,7 @@ def _main( will be replaced by the Capella version number that the model was created with (e.g. "6.0.0"). - Exactly one of ``--capella-binary`` or ``--docker-image`` must - be specified. + Exactly one of ``--exe`` or ``--docker`` must be specified. """ if command != "derive": click.echo(f"Unsupported command: {command}", err=True)