Updated patterns update message.

This commit is contained in:
Daniel Miessler 2024-02-03 14:11:50 -08:00
parent 21a8a3af73
commit add3699c9e

View File

@ -58,7 +58,7 @@ if __name__ == "__main__":
sys.exit()
if args.update:
Update()
print("patterns updated:")
print("Your Patterns have been updated.")
sys.exit()
standalone = Standalone(args, args.pattern)
if args.list: