Minor documentation update

This commit is contained in:
Christian Hohnstaedt 2021-05-07 22:08:34 +02:00
parent f24038bbdc
commit dea42e8d1f
3 changed files with 9 additions and 3 deletions

View File

@ -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].

View File

@ -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

View File

@ -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;