Skip to content

Commit

Permalink
docs: insert space between original help message and suffix (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugovdberg authored Aug 14, 2024
1 parent aca9a5a commit 93e96ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake_interface_common/plugin_registry/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def register_cli_args(self, argparser):
kwargs["nargs"] = "+"
kwargs["type"] = str
kwargs["help"] += (
"Can be specified multiple times to set different "
" Can be specified multiple times to set different "
"values for different tags."
)
kwargs["metavar"] = f"[TAG::]{kwargs['metavar']}"
Expand Down

0 comments on commit 93e96ee

Please sign in to comment.