]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/helpers/arguments.py
Add support for preinstalled images
[waydroid.git] / tools / helpers / arguments.py
index 4c95287837f34e4877770ea24c67a79a0514b64f..1879c76f1a8c3e002ad01023c43adee46b0e1be4 100644 (file)
@@ -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",