Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-28 00:24:54 +00:00
parent 558cf60f0b
commit 262de4bc4f
6 changed files with 7 additions and 7 deletions

View File

@@ -32,9 +32,9 @@ source: https://github.com/tldr-pages/tldr.git
`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: