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: Maciej Baczmański <[email protected]>
  • Loading branch information
canisLupus1313 and maciejbaczmanski committed Aug 1, 2024
1 parent 37abc1c commit 39f3074
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 @@ -130,7 +130,7 @@ def prepare_data(self, context):
class GetExtPanIDCommand(BleCommand):

def get_log_string(self) -> str:
return 'Retrieving device id.'
return 'Retrieving extended PAN ID.'

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

0 comments on commit 39f3074

Please sign in to comment.