diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-12 03:05:20 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-12 03:05:20 +0100 |
commit | 9d3e691e709eb12ce48a3dec6e50537406d12ad2 (patch) | |
tree | 73ae97389ef93f058abc708224bc91ce66e800c3 /src | |
parent | 656ce8f77a840b7615180de4d63c4fc29b40cc47 (diff) |
ask-password: refer to right binary name in wall message
Diffstat (limited to 'src')
-rw-r--r-- | src/tty-ask-password-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tty-ask-password-agent.c b/src/tty-ask-password-agent.c index 8b02b26959..2e8a92fe53 100644 --- a/src/tty-ask-password-agent.c +++ b/src/tty-ask-password-agent.c @@ -255,7 +255,7 @@ static int parse_password(const char *filename, char **wall) { if (asprintf(&_wall, "%s%sPassword entry required for \'%s\' (PID %u).\r\n" - "Please enter password with the systemd-tty-password-agent tool!", + "Please enter password with the systemd-tty-ask-password-agent tool!", *wall ? *wall : "", *wall ? "\r\n\r\n" : "", message, |