Skip to content

Commit f0b7c76

Browse files
committed
CLI/misc: wrap at 80
1 parent 8f29ca1 commit f0b7c76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cli/src/commands/misc.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,13 @@ impl MinaKeyPair {
9090
/// ```
9191
#[derive(Debug, Clone, clap::Args)]
9292
pub struct MinaEncryptedKey {
93-
/// Optional existing secret key to encrypt. If not provided, generates a new random key
93+
/// Optional existing secret key to encrypt. If not provided, generates a
94+
/// new random key
9495
#[arg(long, short = 's', env = "OPENMINA_ENC_KEY")]
9596
secret_key: Option<AccountSecretKey>,
9697

97-
/// Password to encrypt the key file with. Can be provided via MINA_PRIVKEY_PASS environment variable
98+
/// Password to encrypt the key file with. Can be provided via
99+
/// MINA_PRIVKEY_PASS environment variable
98100
#[arg(env = "MINA_PRIVKEY_PASS", default_value = "")]
99101
password: String,
100102

0 commit comments

Comments
 (0)