Update wizard script

This commit is contained in:
jayofelony
2024-03-04 20:54:25 +01:00
parent 2a243870f7
commit 42cc3136ee

View File

@ -134,11 +134,11 @@ if __name__ == '__main__':
help="Print the configuration.")
# Jayofelony added these
parser.add_argument('--install', dest="install", action="store_true", default=False,
parser.add_argument('--wizard', dest="wizard", action="store_true", default=False,
help="Interactive installation of your personal configuration.")
parser.add_argument('--check-update', dest="check_update", action="store_true", default=False,
help="Check for updates on Pwnagotchi. And tells current version.")
parser.add_argument('--wizard', dest="wizard", action="store_true", default=False,
parser.add_argument('--donate', dest="donate", action="store_true", default=False,
help="How to donate to this project.")
# pwnagotchi plugins --help