summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 } => {