From 31b28635e124c3219aeeb7d066a05c3b1e762d95 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Thu, 31 Oct 2024 13:14:36 +0100 Subject: [PATCH] chore: update command comment --- src/dfx/src/commands/identity/import.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfx/src/commands/identity/import.rs b/src/dfx/src/commands/identity/import.rs index 4a2d374979..832a4ff5d5 100644 --- a/src/dfx/src/commands/identity/import.rs +++ b/src/dfx/src/commands/identity/import.rs @@ -9,7 +9,7 @@ use std::fs; use std::path::PathBuf; use std::str::FromStr; -/// Creates a new identity from a PEM file. +/// Creates a new identity from a PEM file or seed phrase file. #[derive(Parser)] pub struct ImportOpts { /// The identity to create.