From cdba143bda2f9a856f8cdc378cdd002cfbc6e63d Mon Sep 17 00:00:00 2001 From: Zeke Foppa <196249+bfops@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:25:27 -0700 Subject: [PATCH] CLI - Fix identity removal helptext (#1784) Co-authored-by: Zeke Foppa --- crates/cli/src/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/src/util.rs b/crates/cli/src/util.rs index 609c44f709..c8d410307c 100644 --- a/crates/cli/src/util.rs +++ b/crates/cli/src/util.rs @@ -363,7 +363,7 @@ pub fn unauth_error_context(res: anyhow::Result, identity: &str, server: & "Identity {identity} is not valid for server {server}. Has the server rotated its keys? Remove the outdated identity with: -\tspacetime identity remove {identity} +\tspacetime identity remove -i {identity} Generate a new identity with: \tspacetime identity new --no-email --server {server} --default" )