summaryrefslogtreecommitdiff
path: root/src/tty-ask-password-agent.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-11-12 03:05:20 +0100
committerLennart Poettering <lennart@poettering.net>2010-11-12 03:05:20 +0100
commit9d3e691e709eb12ce48a3dec6e50537406d12ad2 (patch)
tree73ae97389ef93f058abc708224bc91ce66e800c3 /src/tty-ask-password-agent.c
parent656ce8f77a840b7615180de4d63c4fc29b40cc47 (diff)
ask-password: refer to right binary name in wall message
Diffstat (limited to 'src/tty-ask-password-agent.c')
-rw-r--r--src/tty-ask-password-agent.c2
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,