Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
royroyee committed Dec 4, 2024
1 parent 1f09e7c commit b0c4a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $ alpacon login
$ alpacon login [WORKSPACE_URL] -u [USERNAME] -p [PASSWORD]

# Log in via API token
$ alpacon login -w [WORKSPACE_URL] -t [TOKEN_KEY]
$ alpacon login [WORKSPACE_URL] -t [TOKEN_KEY]

# Logout
$ alpacon logout
Expand Down
2 changes: 1 addition & 1 deletion cmd/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var loginCmd = &cobra.Command{
alppacon login http://localhost:8000
# Login via API Token
alpacon login -w [WORKSPACE_URL] -t [TOKEN_KEY]
alpacon login [WORKSPACE_URL] -t [TOKEN_KEY]
`,
Args: cobra.MaximumNArgs(1),
Run: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit b0c4a76

Please sign in to comment.