X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/1f0393876d891d0e32a995d0bf7259cc6505afdc..88d98391bf6e619cfe5348e2e2c4eacc215d0ea3:/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",