1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-11-29 00:24:14 +01:00
This commit is contained in:
Simon Josefsson 2009-04-19 06:05:46 +00:00
parent d85c259181
commit 1504d6248e

View File

@ -49,7 +49,7 @@ sub usage {
print "Usage example:\n";
print "\n";
print " ./ykksm-export.pl --db-user foo --db-passwd pass123 |\n";
print " gpg -a --encrypt -r 1D2F473E > keys.txt\n";
print " gpg -a --sign --encrypt -r 1D2F473E > keys.txt\n";
print "\n";
exit 1;
}