X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/3d1a46939bfd4ba32f0e745a5ef6410ade42182b..eef036b3f814a9fc4869ebfe6c9d2bd51fa19f26:/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",