Add Storage accounts for all nodes (#4298)
* Setup storage keypairs for all nodes * Clean up naming * clippy * Update arg value_names
This commit is contained in:
@@ -42,8 +42,8 @@ fn main() {
|
||||
.arg(
|
||||
Arg::with_name("storage_keypair")
|
||||
.short("s")
|
||||
.long("storage_id")
|
||||
.value_name("DIR")
|
||||
.long("storage-keypair")
|
||||
.value_name("PATH")
|
||||
.takes_value(true)
|
||||
.required(true)
|
||||
.help("File containing the storage account keypair"),
|
||||
|
Reference in New Issue
Block a user