Skip to content

Commit

Permalink
Use :option: directive in --directory help text
Browse files Browse the repository at this point in the history
Improves rendering of reStructuredText.
  • Loading branch information
victorlin committed Oct 1, 2024
1 parent 878938c commit 70a217a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextstrain/cli/command/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def register_parser(subparser):
parser.add_argument(
"directory",
help = "Path to pathogen build directory. "
"Required, except when the AWS Batch runtime is in use and --attach and either --no-download or --cancel are given. "
"Required, except when the AWS Batch runtime is in use and :option:`--attach` and either :option:`--no-download` or :option:`--cancel` are given. "
f"{SKIP_AUTO_DEFAULT_IN_HELP}",
metavar = "<directory>",
type = Path,
Expand Down

0 comments on commit 70a217a

Please sign in to comment.