]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
wic: 'empty' plugin: fix typo in comment
authorEnrico Jörns <ejo@pengutronix.de>
Sun, 25 Feb 2024 22:44:28 +0000 (23:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Feb 2024 11:35:40 +0000 (11:35 +0000)
Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/source/empty.py

index 0a9f5fa27c3a2f299f894c88bf844b1be437cd0b..4178912377d4d33c045019059fa535835377cb8d 100644 (file)
@@ -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=<N>[S|s|K|k|M|G]][,][bs=<N>[S|s|K|k|M|G]]"'
+# '--sourceparams="[fill|size=<N>[S|s|K|k|M|G]][,][bs=<N>[S|s|K|k|M|G]]"'
 # Conflicting or missing options throw errors.
 
 import logging