Add missing flags to man page

The following flags have been added to the man page
--no-scripts
--nosigcheck
--ignore-time
--certpath
--time
--no-boot-update

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
This commit is contained in:
Matthew Johnson
2018-01-23 14:05:32 -08:00
parent aef0cc4490
commit de773f8ecf
2 changed files with 65 additions and 0 deletions
+42
View File
@@ -114,6 +114,48 @@ properly.
.sp
Specify an alternate swupd state directory. Normally \fBswupd\fP uses
\fB/var/lib/swupd\fP\&.
.IP \(bu 2
\fB\-N, \-\-no\-scripts\fP
.INDENT 2.0
.INDENT 3.5
Do not run the post\-update scripts and boot update tool.
.UNINDENT
.UNINDENT
.IP \(bu 2
\fB\-b, \-\-no\-boot\-update\fP
.INDENT 2.0
.INDENT 3.5
Do not update the boot files using clr\-boot\-manager
.UNINDENT
.UNINDENT
.IP \(bu 2
\fB\-n, \-\-nosigcheck\fP
.INDENT 2.0
.INDENT 3.5
Do not attempt to enforce certificate or signature checking
.UNINDENT
.UNINDENT
.IP \(bu 2
\fB\-I, \-\-ignore\-time\fP
.INDENT 2.0
.INDENT 3.5
Ignore system/certificate time when validating signature
.UNINDENT
.UNINDENT
.IP \(bu 2
\fB\-C, \-\-certpath\fP
.INDENT 2.0
.INDENT 3.5
Specify alternate path to swupd certificates
.UNINDENT
.UNINDENT
.IP \(bu 2
\fB\-t, \-\-time\fP
.INDENT 2.0
.INDENT 3.5
Show verbose time output for swupd operations
.UNINDENT
.UNINDENT
.UNINDENT
.SH SUBCOMMANDS
.sp
+23
View File
@@ -100,6 +100,29 @@ used to modify the core behavior and resources that swupd uses.
Specify an alternate swupd state directory. Normally ``swupd`` uses
``/var/lib/swupd``.
- ``-N, --no-scripts``
Do not run the post-update scripts and boot update tool.
- ``-b, --no-boot-update``
Do not update the boot files using clr-boot-manager
- ``-n, --nosigcheck``
Do not attempt to enforce certificate or signature checking
- ``-I, --ignore-time``
Ignore system/certificate time when validating signature
- ``-C, --certpath``
Specify alternate path to swupd certificates
- ``-t, --time``
Show verbose time output for swupd operations
SUBCOMMANDS
===========