diff --git a/nextstrain/cli/command/build.py b/nextstrain/cli/command/build.py index 02000d8f..49a7d98e 100644 --- a/nextstrain/cli/command/build.py +++ b/nextstrain/cli/command/build.py @@ -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 = "", type = Path,