pkcs15-tool: help text clean-up

"to be binded to " -> "to bind to"
This commit is contained in:
Peter Marschall 2012-06-02 17:25:26 +02:00 committed by Viktor Tarasov
parent 67136befe8
commit 56affa612f
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
<option>--aid</option> <replaceable>aid</replaceable> <option>--aid</option> <replaceable>aid</replaceable>
</term> </term>
<listitem><para>Specify in a hexadecimal form the AID of the on-card PKCS#15 <listitem><para>Specify in a hexadecimal form the AID of the on-card PKCS#15
application to be binded to.</para></listitem> application to bind to.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>

View File

@ -145,7 +145,7 @@ static const char *option_help[] = {
"Outputs to file <arg>", "Outputs to file <arg>",
"Disable card caching", "Disable card caching",
"The auth ID of the PIN to use", "The auth ID of the PIN to use",
"Specify AID of the on-card PKCS#15 application to be binded to (in hexadecimal form)", "Specify AID of the on-card PKCS#15 application to bind to (in hexadecimal form)",
"Wait for card insertion", "Wait for card insertion",
"Verbose operation. Use several times to enable debug output.", "Verbose operation. Use several times to enable debug output.",
}; };