Skip to content

Commit be9176b

Browse files
chore: Update login command description for clarity
1 parent 7e457c7 commit be9176b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { getLoggedInAccountId } from "./me.ts";
1818
export function registerLogin(program: Command) {
1919
program
2020
.command("login")
21-
.description("Login to SF Compute")
21+
.description("Login to the SF Compute CLI")
2222
.action(async () => {
2323
const spinner = ora("Logging in...\n").start();
2424

0 commit comments

Comments
 (0)