Skip to content

Commit

Permalink
docs(filtering): Fix wrong CLI flags in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko committed Sep 1, 2023
1 parent 86eab4a commit 43bddd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions capellambse/extensions/filtering.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 43bddd4

Please sign in to comment.