mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 03:59:31 +01:00
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
This commit is contained in:
commit
751730c90b
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