diff --git a/docs/swupd.1 b/docs/swupd.1 index 9738b25d..3554f20d 100644 --- a/docs/swupd.1 +++ b/docs/swupd.1 @@ -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 diff --git a/docs/swupd.1.rst b/docs/swupd.1.rst index 58e4c723..3f256c3e 100644 --- a/docs/swupd.1.rst +++ b/docs/swupd.1.rst @@ -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 ===========