1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2025-02-20 12:54:24 +01:00

Fix --help.

This commit is contained in:
Simon Josefsson 2009-02-25 13:12:51 +00:00
parent 80649c1377
commit b19f7ae58f

View File

@ -43,7 +43,7 @@ sub usage {
print "Usage example:\n";
print "\n";
print " ./ykksm-gen-keys.pl --urandom 1 10 |\n";
print " gpg -a --encrypt -r 1D2F473E > keys.txt\n";
print " gpg -a --sign --encrypt -r 1D2F473E > keys.txt\n";
print "\n";
exit 1;
}