aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-01-16 11:14:04 -0800
committerGitHub <noreply@github.com>2026-01-16 11:14:04 -0800
commit8d2fc151ae09a5745cb9832a96818e1f1a365c84 (patch)
treeb02057be813cdbc3ff9526681818aa31c107ef23
parentAdd jj to common_subcommands (#3068) (diff)
downloadatuin-8d2fc151ae09a5745cb9832a96818e1f1a365c84.zip
Extend sync login flag documentation (#3067)
**Migrated from atuinsh/docs PR:** https://github.com/atuinsh/docs/pull/107 **Original author:** @PythonGermany --- Explicitly mention that it is also possible to omit secret key flag when logging in. Co-authored-by: PythonGermany <97847597+PythonGermany@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
-rw-r--r--docs/docs/reference/sync.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/reference/sync.md b/docs/docs/reference/sync.md
index 97e2bf41..cbdfae6a 100644
--- a/docs/docs/reference/sync.md
+++ b/docs/docs/reference/sync.md
@@ -67,8 +67,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