File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
crates/icp-cli/src/commands/identity Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use icp::context::Context;
33use icp:: identity:: manifest:: { IdentityDefaults , IdentityList , change_default_identity} ;
44use tracing:: info;
55
6- /// Display the currently selected identity
6+ /// Display or set the currently selected identity
77#[ derive( Debug , Args ) ]
88pub ( crate ) struct DefaultArgs {
99 /// Identity to set as default. If omitted, prints the current default.
Original file line number Diff line number Diff line change @@ -835,7 +835,7 @@ Manage your identities
835835###### ** Subcommands:**
836836
837837* ` account-id ` — Display the ICP ledger or ICRC-1 account identifier for the current identity
838- * ` default ` — Display the currently selected identity
838+ * ` default ` — Display or set the currently selected identity
839839* ` delete ` — Delete an identity
840840* ` export ` — Print the PEM file for the identity
841841* ` import ` — Import a new identity
@@ -873,7 +873,7 @@ Display the ICP ledger or ICRC-1 account identifier for the current identity
873873
874874## ` icp identity default `
875875
876- Display the currently selected identity
876+ Display or set the currently selected identity
877877
878878** Usage:** ` icp identity default [NAME] `
879879
You can’t perform that action at this time.
0 commit comments