From 54c27d84b6369daef372741b8184304d3e5d3925 Mon Sep 17 00:00:00 2001 From: Enrico Jörns Date: Sun, 25 Feb 2024 23:44:28 +0100 Subject: wic: 'empty' plugin: fix typo in comment (From OE-Core rev: 1a9013c3767d174a970d31e80748bc8d73af0dba) Signed-off-by: Enrico Jorns Signed-off-by: Richard Purdie --- scripts/lib/wic/plugins/source/empty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/lib') diff --git a/scripts/lib/wic/plugins/source/empty.py b/scripts/lib/wic/plugins/source/empty.py index 0a9f5fa27c..4178912377 100644 --- a/scripts/lib/wic/plugins/source/empty.py +++ b/scripts/lib/wic/plugins/source/empty.py @@ -14,7 +14,7 @@ # partition. This is useful to overwrite old content like # filesystem signatures which may be re-recognized otherwise. # This feature can be enabled with -# '--soucreparams="[fill|size=[S|s|K|k|M|G]][,][bs=[S|s|K|k|M|G]]"' +# '--sourceparams="[fill|size=[S|s|K|k|M|G]][,][bs=[S|s|K|k|M|G]]"' # Conflicting or missing options throw errors. import logging -- cgit v1.2.3-54-g00ecf