From 38371b8e32a69d90408fda99b8dd310455788111 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Thu, 2 Sep 2021 14:06:12 +0100 Subject: [PATCH] tools: helpers: Fix typo "waeiod" -> "waydroid" --- tools/helpers/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.47.3