diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-08-20 22:11:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-08-20 22:11:55 +0200 |
commit | 197c0da22536121acc1377525458844a5ccabb7d (patch) | |
tree | 6d89a4c342f91d0999b489ace2a4676d3fb711d1 | |
parent | 92221ed7cbf0323919fc2ae379be2322a3e20558 (diff) |
journalctl: explain QR code use
-rw-r--r-- | src/journal/journalctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index b0d8258dd2..3fcdf4b4a2 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -626,6 +626,7 @@ static int setup_keys(void) { #ifdef HAVE_QRENCODE fputc('\n', stderr); print_qr_code(stderr, seed, seed_size, n, arg_interval, hn, machine); + fprintf(stderr, "\nScan this QR code with your mobile phone to transfer the verification key to it.\n"); #endif free(hn); } |