]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
tools: helpers: Fix typo "waeiod" -> "waydroid"
authorDaniel Thompson <daniel.thompson@linaro.org>
Thu, 2 Sep 2021 13:06:12 +0000 (14:06 +0100)
committerErfan Abdi <erfangplus@gmail.com>
Thu, 2 Sep 2021 13:51:19 +0000 (18:21 +0430)
tools/helpers/arguments.py

index a7aa919927261cfea3d15d9838514db2de40b41f..ec4ef7c0efb1c76a99e24494d6ce3cea52bf3cbc 100644 (file)
@@ -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")