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 7ed252e commit 46af82e
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 @@ -157,7 +157,7 @@ def get_log_string(self) -> str:
return 'Retrieving network name.'

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

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

0 comments on commit 46af82e

Please sign in to comment.