diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-09-17 02:13:12 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-09-17 02:13:12 +0200 |
commit | ad6ab0af1ed38e342aeeae1c5f7c1503fab11935 (patch) | |
tree | aca075f0f5dfed0c2addf6a4b40eefcf2c443582 /src | |
parent | 1b39d4b9d271f2309a193d4e4fae6633248b0e94 (diff) |
ask-password: extend help text a little
Diffstat (limited to 'src')
-rw-r--r-- | src/ask-password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ask-password.c b/src/ask-password.c index 7247c7eda6..22dda974c5 100644 --- a/src/ask-password.c +++ b/src/ask-password.c @@ -93,7 +93,7 @@ fail: static int help(void) { printf("%s [OPTIONS...] MESSAGE\n\n" - "Query the user for a passphrase.\n\n" + "Query the user for a system passphrase, via the TTY or an UI agent.\n\n" " -h --help Show this help\n" " --icon=NAME Icon name\n" " --timeout=USEC Timeout in usec\n" |