X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/38371b8e32a69d90408fda99b8dd310455788111..c766c33ca6f63c00cff28b9057b6775c73b8795f:/tools/helpers/arguments.py diff --git a/tools/helpers/arguments.py b/tools/helpers/arguments.py index ec4ef7c..efb520f 100644 --- a/tools/helpers/arguments.py +++ b/tools/helpers/arguments.py @@ -22,7 +22,7 @@ def arguments_init(subparser): " configs and install images") ret.add_argument("-i", "--images_path", help="custom path to waydroid images (default in" - " /home/.waydroid/images)") + " /var/lib/waydroid/images)") ret.add_argument("-f", "--force", action="store_true", help="re-initialize configs and images") ret.add_argument("-c", "--system_channel",