From 9fe02e122d5b9979f63a61801103dabb98a3ed15 Mon Sep 17 00:00:00 2001 From: PythonGermany <97847597+PythonGermany@users.noreply.github.com> Date: Wed, 5 Nov 2025 22:59:13 +0100 Subject: [PATCH] Extend sync login flag documentation --- src/content/docs/reference/sync.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/reference/sync.mdx b/src/content/docs/reference/sync.mdx index 5225160..f458905 100644 --- a/src/content/docs/reference/sync.mdx +++ b/src/content/docs/reference/sync.mdx @@ -69,8 +69,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