diff options
Diffstat (limited to 'src/journal/journalctl.c')
-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); } |