Skip to content

Commit 4e0e2ab

Browse files
committed
Update --session flag description for attachment and tests command
1 parent 51bd5cc commit 4e0e2ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

launchable/commands/record/attachment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@click.option(
1111
'--session',
1212
'session',
13-
help='Test session ID',
13+
help='In the format builds/<build-name>/test_sessions/<test-session-id>',
1414
type=str,
1515
)
1616
@click.argument('attachments', nargs=-1) # type=click.Path(exists=True)

launchable/commands/record/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def _validate_group(ctx, param, value):
5656
@click.option(
5757
'--session',
5858
'session',
59-
help='Test session ID',
59+
help='In the format builds/<build-name>/test_sessions/<test-session-id>',
6060
type=str,
6161
)
6262
@click.option(

0 commit comments

Comments
 (0)