systemd-ask-password: update example (#20300)

This commit is contained in:
Fazle Arefin
2025-12-27 21:32:43 +11:00
committed by GitHub
parent 3d0277294a
commit 57b17c4497
+2 -2
View File
@@ -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: