From: Daniel Thompson Date: Thu, 2 Sep 2021 13:06:12 +0000 (+0100) Subject: tools: helpers: Fix typo "waeiod" -> "waydroid" X-Git-Tag: 1.1.0~36 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/38371b8e32a69d90408fda99b8dd310455788111 tools: helpers: Fix typo "waeiod" -> "waydroid" --- 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")