From: Enrico Jörns Date: Sun, 25 Feb 2024 22:44:28 +0000 (+0100) Subject: wic: 'empty' plugin: fix typo in comment X-Git-Tag: 2024-04-scarthgap~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9013c3767d174a970d31e80748bc8d73af0dba;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git wic: 'empty' plugin: fix typo in comment Signed-off-by: Enrico Jorns Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/wic/plugins/source/empty.py b/scripts/lib/wic/plugins/source/empty.py index 0a9f5fa27c3..4178912377d 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