Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/reference/sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ If you want to log in to a new machine, you will require your encryption key
atuin login -u <USERNAME> -p <PASSWORD> -k <KEY>
```

If you don't want to have your password be included in shell history, you can omit
the password flag and you will be prompted to provide it through stdin.
If you don't want to have your password or encryption key be included in shell history, you can omit
the corresponding flag and you will be prompted to provide it through stdin.

## Logout

Expand Down