mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Minor documentation update
This commit is contained in:
parent
f24038bbdc
commit
dea42e8d1f
@ -1,3 +1,6 @@
|
||||
..
|
||||
Automatically created by
|
||||
XCA_SPECIAL=rst ./xca > doc/rst/arguments.rst
|
||||
|
||||
--crlgen=ca-identifier Generate CRL for <ca>. Use the \'name\' option to set the internal name of the new CRL. [#need-db]_
|
||||
--database=database File name (\*.xdb) of the SQLite database or a remote database descriptor\: [user\@host/TYPE\:dbname#prefix].
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.TP
|
||||
.B \-\-crlgen=<ca identifier> *
|
||||
.B \-\-crlgen=<ca-identifier> *
|
||||
Generate CRL for <ca>. Use the 'name' option to set the internal name of the new CRL.
|
||||
.TP
|
||||
.B \-\-database=<database>
|
||||
@ -29,7 +29,7 @@ Generate a new key and import it into the database. Use the 'name' option to set
|
||||
.B \-\-list-curves
|
||||
Prints all known Elliptic Curves.
|
||||
.TP
|
||||
.B \-\-name=<internal name> *
|
||||
.B \-\-name=<internal-name> *
|
||||
Provides the name of new generated items. An automatic name will be generated if omitted.
|
||||
.TP
|
||||
.B \-\-no-gui
|
||||
|
||||
@ -136,7 +136,10 @@ static QString esc(QString msg)
|
||||
|
||||
QString arguments::rst()
|
||||
{
|
||||
QString s = "\n";
|
||||
QString s = "..\n"
|
||||
" Automatically created by\n"
|
||||
" XCA_SPECIAL=rst ./xca > doc/rst/arguments.rst\n\n";
|
||||
|
||||
QMap<QString, QString> passdoc = getPassDoc();
|
||||
int space = (maxOptWidth() + 4) * -1;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user