summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-08-20 22:11:55 +0200
committerLennart Poettering <lennart@poettering.net>2012-08-20 22:11:55 +0200
commit197c0da22536121acc1377525458844a5ccabb7d (patch)
tree6d89a4c342f91d0999b489ace2a4676d3fb711d1
parent92221ed7cbf0323919fc2ae379be2322a3e20558 (diff)
journalctl: explain QR code use
-rw-r--r--src/journal/journalctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index b0d8258dd..3fcdf4b4a 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);
}