From 65e93c826a56de19ff42fa678ad3d926fcb9a6a4 Mon Sep 17 00:00:00 2001 From: chonghe Date: Thu, 19 Sep 2024 08:51:18 +0800 Subject: [PATCH] make cli --- book/src/help_vm_import.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/src/help_vm_import.md b/book/src/help_vm_import.md index ebfbfda7de..93affee547 100644 --- a/book/src/help_vm_import.md +++ b/book/src/help_vm_import.md @@ -141,6 +141,9 @@ Flags: contain sensitive information about your validator and so this flag should be used with caution. For Windows users, the log file permissions will be inherited from the parent folder. + --standard-format + Use this flag when the validator keystore files are generated using + staking-deposit-cli or ethstaker-deposit-cli. --stdin-inputs If present, read all user inputs from stdin instead of tty. ```