Skip to content

Commit

Permalink
Update tools/tcat_ble_client/cli/base_commands.py
Browse files Browse the repository at this point in the history
Co-authored-by: Esko Dijk <EskoDijk@users.noreply.github.com>
  • Loading branch information
Przemysław Bida and EskoDijk authored Aug 14, 2024
1 parent 258c5ea commit 7ed252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tcat_ble_client/cli/base_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def get_log_string(self) -> str:
return 'Retrieving provisioning url.'

def get_help_string(self) -> str:
return 'Get a URL for an application suited to commission device.'
return 'Get a URL for an application suited to commission the TCAT device.'

def prepare_data(self, context):
return TLV(TcatTLVType.GET_PROVISIONING_URL.value, bytes()).to_bytes()
Expand Down

0 comments on commit 7ed252e

Please sign in to comment.