summaryrefslogtreecommitdiff
path: root/tools/binman/control.py
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2021-11-11 08:13:30 +0100
committerSimon Glass <sjg@chromium.org>2021-11-13 14:29:25 -0700
commit89cc0520d7962358ca85464836112217c5b8eca2 (patch)
treeef2a9b9c80b073d97ffa9bf445201adae701e9e9 /tools/binman/control.py
parentc1df3d54d6e5d79626c2f796b03668047316a802 (diff)
binman: Fix replace subcommand help and comments
Fix some copy&paste artifacts. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Diffstat (limited to 'tools/binman/control.py')
-rw-r--r--tools/binman/control.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/control.py b/tools/binman/control.py
index a56e65ace64..304fc70f56f 100644
--- a/tools/binman/control.py
+++ b/tools/binman/control.py
@@ -343,10 +343,10 @@ def ReplaceEntries(image_fname, input_fname, indir, entry_paths,
Args:
image_fname: Image filename to process
- input_fname: Single input ilename to use if replacing one file, None
+ input_fname: Single input filename to use if replacing one file, None
otherwise
indir: Input directory to use (for any number of files), else None
- entry_paths: List of entry paths to extract
+ entry_paths: List of entry paths to replace
do_compress: True if the input data is uncompressed and may need to be
compressed if the entry requires it, False if the data is already
compressed.