Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Oct 1, 2024
1 parent afaa2f7 commit 614eb34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/commands/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ positional arguments

.. option:: <directory>

Path to pathogen build directory. Required, except when the AWS Batch runtime is in use and :option:`--attach` and either :option:`--no-download` or :option:`--cancel` are given.
Path to pathogen build directory. Required, except when the AWS Batch runtime is in use and :option:`--attach` and either :option:`--no-download` or :option:`--cancel` are given.

.. option:: ...

Expand Down
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 :option:`--attach` and either :option:`--no-download` or :option:`--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 614eb34

Please sign in to comment.