binman: btool: mkimage: fix Bintoolmkimage.run() method docstring
authorQuentin Schulz <quentin.schulz@cherry.de>
Wed, 29 Oct 2025 11:30:36 +0000 (12:30 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 2 Nov 2025 18:15:23 +0000 (12:15 -0600)
commit07436b5778fc7b920d9c93f8aa4c14987b17a443
tree9d29382029d034e841a1e091b8fc1b6884dcc80d
parentb9e2f67e35eb2b708162de25f50a0002dd834d94
binman: btool: mkimage: fix Bintoolmkimage.run() method docstring

Commit 65e2c14d5a5a ("binman: btool: mkimage: use Bintool.version")
removed the version argument from the run method but forgot to remove it
from the method docstring, so let's fix this oversight.

Fixes: 65e2c14d5a5a ("binman: btool: mkimage: use Bintool.version")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
tools/binman/btool/mkimage.py