Skip to content

Commit

Permalink
cli docs: --user is actually --username (#1076)
Browse files Browse the repository at this point in the history
Fixed error in auth example (CLI docs)
  • Loading branch information
ytausch authored Mar 28, 2024
1 parent e1bebae commit 94a01b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ Store authentication information for given host.
```shell
pixi auth login repo.prefix.dev --token pfx_JQEV-m_2bdz-D8NSyRSaNdHANx0qHjq7f2iD
pixi auth login anaconda.org --conda-token ABCDEFGHIJKLMNOP
pixi auth login https://myquetz.server --user john --password xxxxxx
pixi auth login https://myquetz.server --username john --password xxxxxx
```

### `auth logout`
Expand Down

0 comments on commit 94a01b5

Please sign in to comment.