diff --git a/bin/pwnagotchi b/bin/pwnagotchi index 290a5b56..7c8cd457 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -120,6 +120,7 @@ if __name__ == '__main__': parser.add_argument('--print-config', dest="print_config", action="store_true", default=False, help="Print the configuration.") + # Jayofelony added these 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('--donate', dest="donate", action="store_true", default=False,