From 42cc3136ee979ee2d845600a5ea66d5ac3c427d9 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Mon, 4 Mar 2024 20:54:25 +0100 Subject: [PATCH] Update wizard script --- bin/pwnagotchi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pwnagotchi b/bin/pwnagotchi index bb5ba2df..66bc9ed1 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -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