Skip to content

Commit

Permalink
Fix typo in dstack attach --help (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvstme authored Dec 3, 2024
1 parent 9e126a4 commit 3193792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dstack/_internal/cli/commands/attach.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _register(self):
)
self._parser.add_argument(
"--replica",
help="The relica number. Defaults to 0.",
help="The replica number. Defaults to 0.",
type=int,
default=0,
)
Expand Down

0 comments on commit 3193792

Please sign in to comment.