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-27 15:08:50 +00:00
parent a9a91e766a
commit 30fc93a8d2

View File

@ -37,19 +37,19 @@ sub usage {
print " [--database DBI] [--db-user USER] [--db-passwd PASSWD]\n";
print " [--creator CREATOR]\n";
print "\n";
print " Tool to import key data on the YKKSM-KEYPROV format.\n";
print "Tool to import key data on the YKKSM-KEYPROV format.\n";
print "\n";
print " DBI: Database identifier, see http://dbi.perl.org/\n";
print " defaults to a MySQL database ykksm on localhost,\n";
print " i.e., DBI::mysql:ykksm.\n";
print " --database DBI: Database identifier, see http://dbi.perl.org/\n";
print " defaults to a MySQL database ykksm on localhost,\n";
print " i.e., DBI::mysql:ykksm.\n";
print "\n";
print " USER: Database username to use, defaults to empty string.\n";
print " --db-user USER: Database username to use, defaults to empty string.\n";
print "\n";
print " PASSWD: Database password to use, defaults to empty string.\n";
print " --db-passwd PASSWD: Database password to use, defaults to empty string.\n";
print "\n";
print " CREATOR: Short string with creator info.\n";
print " Defaults to using the PGP signer key id, normally.\n";
print " you don't change this.\n";
print " --creator CREATOR: Short string with creator info.\n";
print " Defaults to using the PGP signer key id, normally.\n";
print " you don't change this.\n";
print "\n";
print "Usage example:\n";
print "\n";