Skip to content

Commit

Permalink
get-adserviceaccount -> ge-netsmsa
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePirateWhoSmellsOfSunflowers committed Jun 13, 2023
1 parent 0e9155c commit 59068a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywerview/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def main():
get_netgmsa_parser.set_defaults(func=get_netgmsa)

# Parser for the get-netsmsa command
get_netsmsa_parser = subparsers.add_parser('get-adserviceaccount', help='Returns a list of all the '\
get_netsmsa_parser = subparsers.add_parser('get-netsmsa', help='Returns a list of all the '\
'sMSA of the specified domain.',
parents=[ad_parser, logging_parser, json_output_parser, certificate_parser])
get_netsmsa_parser.add_argument('--sid', dest='queried_sid',
Expand Down

0 comments on commit 59068a7

Please sign in to comment.