X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/d54acafd98bc30c4efe2f33f032a5752e94e8595..2cc269f5fc393b4dc8049bb72b0c939a5a12190c:/tools/helpers/arguments.py diff --git a/tools/helpers/arguments.py b/tools/helpers/arguments.py index 4c95287..1879c76 100644 --- a/tools/helpers/arguments.py +++ b/tools/helpers/arguments.py @@ -21,7 +21,6 @@ def arguments_init(subparser): ret = subparser.add_parser("init", help="set up waydroid specific" " configs and install images") ret.add_argument("-i", "--images_path", - default=tools.config.defaults["images_path"], help="custom path to waeiod images (default in" " /home/.waydroid/images)") ret.add_argument("-f", "--force", action="store_true",