mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-12 18:57:51 -04:00
CLI - Fix identity removal helptext (#1784)
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
This commit is contained in:
@@ -363,7 +363,7 @@ pub fn unauth_error_context<T>(res: anyhow::Result<T>, 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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user