Skip to content

Commit

Permalink
chore: update command comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 authored Oct 31, 2024
1 parent d25c49f commit 31b2863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/commands/identity/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 31b2863

Please sign in to comment.