Skip to content

Commit f4bf117

Browse files
committed
Use [PROFILE] in login usage string
We silently support host URLs as positional args but don't want to advertise it in the usage line. Co-authored-by: Isaac
1 parent 6599d8b commit f4bf117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/auth/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func newLoginCommand(authArguments *auth.AuthArguments) *cobra.Command {
9494
defaultConfigPath = "%USERPROFILE%\\.databrickscfg"
9595
}
9696
cmd := &cobra.Command{
97-
Use: "login [PROFILE_OR_HOST]",
97+
Use: "login [PROFILE]",
9898
Short: "Log into a Databricks workspace or account",
9999
Long: fmt.Sprintf(`Log into a Databricks workspace or account.
100100

0 commit comments

Comments
 (0)