Skip to content

Commit

Permalink
Renamed access to Interact
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Jun 24, 2024
1 parent 30708e3 commit 8f9db15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smbclientng/core/CommandCompleter.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class CommandCompleter(object):
"Manages the sessions.",
"Syntax: 'sessions [access|create|delete|execute|list]'"
],
"subcommands": ["access", "create", "delete", "execute", "list"],
"subcommands": ["create", "delete", "execute", "interact", "list"],
"autocomplete": []
},
"shares": {
Expand Down

0 comments on commit 8f9db15

Please sign in to comment.