X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/791d9709918a6ebf0945b0aa1eca18031c95baf7..dc86cbca559aa6795bdfbdea696f8d6aa94af2fa:/tools/helpers/arguments.py diff --git a/tools/helpers/arguments.py b/tools/helpers/arguments.py index a7aa919..ec4ef7c 100644 --- a/tools/helpers/arguments.py +++ b/tools/helpers/arguments.py @@ -21,7 +21,7 @@ def arguments_init(subparser): ret = subparser.add_parser("init", help="set up waydroid specific" " configs and install images") ret.add_argument("-i", "--images_path", - help="custom path to waeiod images (default in" + help="custom path to waydroid images (default in" " /home/.waydroid/images)") ret.add_argument("-f", "--force", action="store_true", help="re-initialize configs and images")