Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Dec 15, 2020
1 parent ee801a1 commit 2f11759
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion launchable/commands/optimize/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@click.option(
'--name',
'build_name',
help='build identifer',
help='build identifier',
required=True,
type=str,
metavar='BUILD_ID'
Expand Down
2 changes: 1 addition & 1 deletion launchable/commands/record/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@click.option(
'--name',
'build_number',
help='build identifer',
help='build identifier',
required=True,
type=str,
metavar='BUILD_ID'
Expand Down
2 changes: 1 addition & 1 deletion launchable/commands/record/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@click.option(
'--name',
'build_name',
help='build identifer',
help='build identifier',
required=True,
type=str,
metavar='BUILD_ID'
Expand Down
2 changes: 1 addition & 1 deletion launchable/commands/record/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@click.option(
'--name',
'build_name',
help='build identifer',
help='build identifier',
required=True,
type=str,
metavar='BUILD_ID'
Expand Down

0 comments on commit 2f11759

Please sign in to comment.