From 57b17c449705131a8170e75dc87eee10eed7a086 Mon Sep 17 00:00:00 2001 From: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com> Date: Sat, 27 Dec 2025 21:32:43 +1100 Subject: [PATCH] systemd-ask-password: update example (#20300) --- pages/linux/systemd-ask-password.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/systemd-ask-password.md b/pages/linux/systemd-ask-password.md index 7d68a6395a..8c115483d4 100644 --- a/pages/linux/systemd-ask-password.md +++ b/pages/linux/systemd-ask-password.md @@ -27,9 +27,9 @@ `systemd-ask-password --no-output --keyname {{key_name}} "{{prompt}}"` -- Pass the asked password to another program: +- Pipe a password to a command, stripping the trailing newline: -`systemd-ask-password | {{command}}` +`systemd-ask-password -n | {{command}}` - Display help: