Skip to content

Commit 91b9311

Browse files
Update src/dstack/_internal/cli/commands/ps.py
Co-authored-by: jvstme <36324149+jvstme@users.noreply.github.com>
1 parent 62d4d3a commit 91b9311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/dstack/_internal/cli/commands

src/dstack/_internal/cli/commands/ps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _register(self):
3939
self._parser.add_argument(
4040
"-n",
4141
"--last",
42-
help="Show only the last N runs",
42+
help="Show only the last N runs. Implies --all",
4343
type=int,
4444
default=None,
4545
)

0 commit comments

Comments
 (0)