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 authored Aug 1, 2024
1 parent 868e673 commit b1a3dec
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 @@ -154,7 +154,7 @@ def prepare_data(self, context):
class GetNetworkNameCommand(BleCommand):

def get_log_string(self) -> str:
return 'Retrieving provisioning url.'
return 'Retrieving network name.'

def get_help_string(self) -> str:
return 'Get the network name that is commissioned in the active dataset.'
Expand Down

0 comments on commit b1a3dec

Please sign in to comment.