From 81008fbfb2cd0d80f21637ffc387fc89d23f25d2 Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Wed, 6 Nov 2024 12:03:15 -0800 Subject: [PATCH 1/2] [bfops/fix-help-text]: fix helptext --- crates/cli/src/util.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/crates/cli/src/util.rs b/crates/cli/src/util.rs index 69889f2932..8c4bf68437 100644 --- a/crates/cli/src/util.rs +++ b/crates/cli/src/util.rs @@ -259,11 +259,7 @@ pub fn unauth_error_context(res: anyhow::Result, identity: &str, server: & res.with_context(|| { format!( "Identity {identity} is not valid for server {server}. -Has the server rotated its keys? -Remove the outdated identity with: -\tspacetime identity remove -i {identity} -Generate a new identity with: -\tspacetime identity new --no-email --server {server} --default" +Please log back in with `spacetime logout` and then `spacetime login`." ) }) } From 9c9e488af0cb90643f9bcff4735c4b6cc1d60ed3 Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Fri, 8 Nov 2024 11:30:49 -0800 Subject: [PATCH 2/2] [bfops/fix-help-text]: empty commit to bump CI