Skip to content

Commit

Permalink
Merge pull request #6087 from knelli2/plot_cce_clarify
Browse files Browse the repository at this point in the history
Clarify PlotCce modes option
  • Loading branch information
nilsdeppe authored Jun 13, 2024
2 parents aca73fe + 0883bff commit 30dc3aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Visualization/Python/PlotCce.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ def _parse_modes(ctx, param, all_modes):
callback=_parse_modes,
required=True,
help=(
"Which mode to plot. Specified as 'l,m'. Will plot both real and"
" imaginary components unless '--real' or '--imag' are specified. Can"
" be specified multiple times."
"Which mode to plot. Specified as 'l,m' (e.g. '--modes 2,2'). Will plot"
" both real and imaginary components unless '--real' or '--imag' are"
" specified. Can be specified multiple times."
),
)
@click.option(
Expand Down

0 comments on commit 30dc3aa

Please sign in to comment.