dump_creds: ajoute mode debug

This commit is contained in:
Daniel STAN 2015-02-11 22:21:05 +01:00
parent 6b74765a55
commit efc1367292
2 changed files with 13 additions and 2 deletions

View file

@ -23,6 +23,8 @@ for arg in sys.argv[1:]:
conf_wifi_only = False
elif arg == '--pass':
conf_reset_password = True
elif arg == '--debug':
pass
elif arg.startswith('--'):
print("Unknown arg")
exit(12)