We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6099b59 commit 9c4b62dCopy full SHA for 9c4b62d
1 file changed
src/lib/login.ts
@@ -18,7 +18,7 @@ import { getLoggedInAccountId } from "./me.ts";
18
export function registerLogin(program: Command) {
19
program
20
.command("login")
21
- .description("Login to the San Francisco Compute")
+ .description("Login to the SF Compute CLI")
22
.action(async () => {
23
const spinner = ora("Logging in...\n").start();
24
0 commit comments