mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 03:59:31 +01:00
fix: suggest correct add-key subcommand when no easy login available
This commit is contained in:
parent
d8bfaeb02c
commit
7511d888e3
1 changed files with 1 additions and 1 deletions
|
@ -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 } => {
|
||||
|
|
Loading…
Reference in a new issue