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