summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyborus <cyborus@noreply.codeberg.org>2024-08-09 20:25:13 +0200
committerCyborus <cyborus@noreply.codeberg.org>2024-08-09 20:25:13 +0200
commit751730c90b89dcf2e618449cccaec0c56579b165 (patch)
treed092436dcbe07c58c38dc9fdc377354686840d54
parentMerge pull request 'move repo commands into individual functions' (#115) from... (diff)
parentfix: suggest correct add-key subcommand when no easy login available (diff)
downloadforgejo-cli-751730c90b89dcf2e618449cccaec0c56579b165.tar.xz
forgejo-cli-751730c90b89dcf2e618449cccaec0c56579b165.zip
Merge pull request 'fix: suggest correct add-key subcommand when no easy login available' (#116) from tranzystorekk/forgejo-cli:auth-typo into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/116
-rw-r--r--src/auth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth.rs b/src/auth.rs
index 58b2f80..072dc30 100644
--- a/src/auth.rs
+++ b/src/auth.rs
@@ -45,7 +45,7 @@ impl AuthCommand {
println!("{host_domain}{host_path} doesn't support easy login");
println!();
println!("Please visit {applications_url}");
- println!("to create a token, and use it to log in with `fj auth add-token`");
+ println!("to create a token, and use it to log in with `fj auth add-key`");
}
}
AuthCommand::Logout { host } => {