Skip to content

Commit 9c4b62d

Browse files
chore: update cli login help description (#254)
Co-authored-by: Daniel Tao <danieltaox@gmail.com>
1 parent 6099b59 commit 9c4b62d

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 the San Francisco 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)