Skip to content

Commit

Permalink
start command description fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelsec committed Dec 1, 2023
1 parent 5440526 commit ec87d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiosmb/examples/smbclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ async def do_serviceen(self, service_name):
return self.handle_exception(e)

async def do_servicestart(self, service_name):
"""Enables a remote service"""
"""Starts a remote service"""
try:
res, err = await self.machine.start_service(service_name)
if err is not None:
Expand Down

0 comments on commit ec87d62

Please sign in to comment.