journalctl: explain QR code use

This commit is contained in:
Lennart Poettering
2012-08-20 22:11:55 +02:00
parent 92221ed7cb
commit 197c0da225
+1
View File
@@ -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);
}