From 8d2fc151ae09a5745cb9832a96818e1f1a365c84 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 16 Jan 2026 11:14:04 -0800 Subject: 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 --- docs/docs/reference/sync.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -p -k ``` -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 -- cgit v1.3.1