This commit is contained in:
Simone Margaritelli
2019-10-03 15:55:03 +02:00
parent 95b9d0ee1e
commit 335e6b1311
3 changed files with 52 additions and 2 deletions

View File

@ -21,7 +21,7 @@ parser = argparse.ArgumentParser()
parser.add_argument('-C', '--config', action='store', dest='config', default='/root/pwnagotchi/config.yml',
help='Main configuration file.')
parser.add_argument('-U', '--user-config', action='store', dest='user_config', default='/root/pwnagotchi.yml',
parser.add_argument('-U', '--user-config', action='store', dest='user_config', default='/root/custom.yml',
help='If this file exists, configuration will be merged and this will override default values.')
parser.add_argument('--manual', dest="do_manual", action="store_true", default=False, help="Manual mode.")