diff mbox series

[4/4] doc: describe cache-file parameter

Message ID 20201030091239.2802869-5-sbabic@denx.de
State Accepted
Headers show
Series Support for resume after power-cut | expand

Commit Message

Stefano Babic Oct. 30, 2020, 9:12 a.m. UTC
Describe cache-file in the table of command line parameters.

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 doc/source/swupdate.rst | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/doc/source/swupdate.rst b/doc/source/swupdate.rst
index 814596c..306f2ac 100644
--- a/doc/source/swupdate.rst
+++ b/doc/source/swupdate.rst
@@ -592,6 +592,11 @@  Mandatory arguments are marked with '\*':
 | --disable-token-for-dwl | -        | Do not send authentication header when     |
 |                         |          | downloading SWU.                           |
 +-------------------------+----------+--------------------------------------------+
+| --cache-file            | string   | This allow to resume an update after a     |
+|                         |          | power cut. If the SWU is saved in a file,  |
+|                         |          | SWUpdate can reuse the file and download   |
+|                         |          | just the remaining part of the SWU.        |
++-------------------------+----------+--------------------------------------------+
 
 systemd Integration
 -------------------