From e390c34d001187b8c18760e6ce33b72117c59ff1 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 26 May 2021 22:38:30 +0200 Subject: ask-password: allow to control lock and key emoji Giving --echo to systemd-ask-password allows to echo the user input. There's nothing secret, so do not show a lock and key emoji by default. The behavior can be controlled with --emoji=yes|no|auto. The default is auto, which defaults to yes, unless --echo is given. --- man/systemd-ask-password.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'man/systemd-ask-password.xml') diff --git a/man/systemd-ask-password.xml b/man/systemd-ask-password.xml index f241064d8b..a92e45058c 100644 --- a/man/systemd-ask-password.xml +++ b/man/systemd-ask-password.xml @@ -165,6 +165,15 @@ usernames. + + + + Controls whether or not to prefix the query with a + lock and key emoji (🔐), if the TTY settings permit this. The default + is auto, which defaults to yes, + unless is given. + + -- cgit v1.2.1