From 5d2f3ca3c04e20659c1838cd65d3ba7f94a8c2a6 Mon Sep 17 00:00:00 2001 From: dingusdev <52434309+dingusdev@users.noreply.github.com> Date: Wed, 14 Oct 2020 08:02:34 -0700 Subject: [PATCH] Fixed an issue with a command line arg description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8589ce1..e8dce1a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Specifies the Boot ROM path (optional; looks for bootrom.bin by default) -m, --machine TEXT ``` -Specify machine ID (optional; uses pmg3 by default) +Specify machine ID (optional; will attempt to determine machine ID from the boot rom otherwise) As of now, only the Beige G3 is implemented.