From ce05477ab1288bb87bc46ad7dae4cca218c43c04 Mon Sep 17 00:00:00 2001 From: Pascal Roeleven Date: Sun, 15 Oct 2023 21:36:35 +0200 Subject: [PATCH] Update README.md to use new options During the migration to avbroot 2.0, these options have been renamed. Reflect this in the Readme. Signed-off-by: Pascal Roeleven --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee77e8e..92d308e 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ If you lose your AVB or OTA signing key, you will no longer be able to sign new ```bash avbroot ota patch \ --input /path/to/ota.zip \ - --privkey-avb /path/to/avb.key \ - --privkey-ota /path/to/ota.key \ + --key-avb /path/to/avb.key \ + --key-ota /path/to/ota.key \ --cert-ota /path/to/ota.crt \ --magisk /path/to/magisk.apk ```