Skip to content

Commit

Permalink
Fix typo; update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
wck0 committed Oct 23, 2024
1 parent 8e11385 commit 934c6c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion landscape/client/broker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ def make_parser(self):
"--installation-request-id",
help="Only set this value if this computer is a child instance "
"managed by Landscape, in which case set it to be the request id "
"that Landscape assigned to the host machine.",
"that Landscape assigned to the installation activity for the "
"host machine.",
)

return parser
Expand Down
2 changes: 1 addition & 1 deletion landscape/client/broker/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_installation_request_id_handling(self):
"installed-according-to-plan",
)

def test_missing_ninstallation_request_id_is_none(self):
def test_missing_installation_request_id_is_none(self):
"""
Test that if we don't explicitly pass a installation_request_id,
then this value is None.
Expand Down

0 comments on commit 934c6c4

Please sign in to comment.