]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/helpers/arguments.py
tools: helpers: Fix typo "waeiod" -> "waydroid"
[waydroid.git] / 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")