Skip to content

Commit 11c4a11

Browse files
committed
fixup! flag to enable previous behavior if needed
1 parent cff7859 commit 11c4a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ func (r *RootCmd) login() *clibase.Cmd {
312312
Value: clibase.BoolOf(&trial),
313313
},
314314
{
315-
Flag: "use-token-for-session",
315+
Flag: "use-token-as-session",
316316
Description: "By default, the CLI will generate a new session token when logging in. This flag will instead use the provided token as the session token.",
317317
Value: clibase.BoolOf(&useTokenForSession),
318318
},

0 commit comments

Comments
 (0)