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 <[email protected]>
  • Loading branch information
canisLupus1313 and EskoDijk authored Nov 13, 2024
1 parent 18e9a68 commit cd9abde
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 @@ -390,7 +390,7 @@ async def execute_default(self, args, context):
class DisconnectCommand(Command):

def get_help_string(self) -> str:
return 'Disconnect from device'
return 'Disconnect client from TCAT device'

async def execute_default(self, args, context):
await context['ble_sstream'].close()
Expand Down

0 comments on commit cd9abde

Please sign in to comment.