diff mbox series

sw-description.rst: Fix the 'compression' string recommendation

Message ID 20220530211424.2158605-1-festevam@gmail.com
State Changes Requested
Headers show
Series sw-description.rst: Fix the 'compression' string recommendation | expand

Commit Message

Fabio Estevam May 30, 2022, 9:14 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

The recommended format for describing 'compressed' as string is:

compressed = "zlib"

Fix it accordingly.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 doc/source/sw-description.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/source/sw-description.rst b/doc/source/sw-description.rst
index e6fe0e20204b..028a4ec11855 100644
--- a/doc/source/sw-description.rst
+++ b/doc/source/sw-description.rst
@@ -1340,7 +1340,7 @@  There are 4 main sections inside sw-description:
    |             |          |            | and "zstd".                           |
    +-------------+----------+------------+---------------------------------------+
    | compressed  | bool (dep| images     | Deprecated. Use the string form. true |
-   |             | recated) | files      | is equal to 'compression = "zlib"'.   |
+   |             | recated) | files      | is equal to 'compressed = "zlib"'.    |
    +-------------+----------+------------+---------------------------------------+
    | installed-\ | bool     | images     | flag to indicate that image is        |
    | directly    |          |            | streamed into the target without any  |