From: Lennart Poettering Date: Fri, 17 Sep 2010 00:13:12 +0000 (+0200) Subject: ask-password: extend help text a little X-Git-Tag: v11~132 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ad6ab0af1ed38e342aeeae1c5f7c1503fab11935;ds=sidebyside ask-password: extend help text a little --- diff --git a/src/ask-password.c b/src/ask-password.c index 7247c7eda..22dda974c 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"