pkcs15-crypt: Document defaults of stdin/stdout.

This commit is contained in:
Chris Elledge 2016-01-21 11:30:26 -05:00
parent 92e02b50dc
commit c56378b8ba
2 changed files with 6 additions and 4 deletions

View File

@ -62,7 +62,8 @@
<option>--input</option> <replaceable>file</replaceable>,
<option>-i</option> <replaceable>file</replaceable>
</term>
<listitem><para>Specifies the input file to use.</para></listitem>
<listitem><para>Specifies the input file to use. Defaults to stdin if
not specified.</para></listitem>
</varlistentry>
<varlistentry>
@ -78,7 +79,8 @@
<option>--output</option> <replaceable>file</replaceable>,
<option>-o</option> <replaceable>file</replaceable>
</term>
<listitem><para>Any output will be sent to the specified file.</para></listitem>
<listitem><para>Any output will be sent to the specified file. Defaults
to stdout if not specified.</para></listitem>
</varlistentry>
<varlistentry>

View File

@ -88,8 +88,8 @@ static const char *option_help[] = {
"Decipher operation",
"Selects the private key ID to use",
"Uses reader number <arg>",
"Selects the input file to use",
"Outputs to file <arg>",
"Selects the input file to use (defaults to stdin)",
"Outputs to file <arg> (defaults to stdout)",
"Format for ECDSA signature <arg>: 'rs' (default), 'sequence', 'openssl'",
"Outputs raw 8 bit data",
"Input file is a SHA-1 hash",