From 20da2604f8ba594e7efdbca030b3d6f088555fe2 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 26 Jul 2019 15:18:55 -0700 Subject: [PATCH] storage-keypair argument should not be required (#5295) automerge --- validator/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/validator/src/main.rs b/validator/src/main.rs index 5e8bff53b..e278bbad1 100644 --- a/validator/src/main.rs +++ b/validator/src/main.rs @@ -65,7 +65,6 @@ fn main() { .long("storage-keypair") .value_name("PATH") .takes_value(true) - .required(true) .help("File containing the storage account keypair. Default is an ephemeral keypair"), ) .arg(