Skip to content

Commit c41fc0d

Browse files
[CLI] Update help string for sky api status -a (#7804)
* fix help str * Fix help str
1 parent 73344ee commit c41fc0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sky/client/cli/command.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6369,7 +6369,9 @@ def convert(self, value, param, ctx):
63696369
is_flag=True,
63706370
default=False,
63716371
required=False,
6372-
help='Show requests of all statuses.')
6372+
help=('Show requests of all statuses, including finished ones '
6373+
'(SUCCEEDED, FAILED, CANCELLED). By default, only active '
6374+
'requests (PENDING, RUNNING) are shown.'))
63736375
@click.option(
63746376
'--limit',
63756377
'-l',

0 commit comments

Comments
 (0)