aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/files.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-18 20:25:16 +1300
committerSimon Glass <sjg@chromium.org>2021-03-26 17:03:10 +1300
commit96d340e9f6f0a044299f78632872690687de5ae9 (patch)
treeb5a8d04e2ec642e4506fe5165700bd739a4e7ebf /tools/binman/etype/files.py
parent6bc4309be763e2541f45b8246f21cd65d39402ef (diff)
downloadu-boot-96d340e9f6f0a044299f78632872690687de5ae9.zip
u-boot-96d340e9f6f0a044299f78632872690687de5ae9.tar.gz
u-boot-96d340e9f6f0a044299f78632872690687de5ae9.tar.bz2
binman: Drop repetitive heading for each entry
Many entries start 'Entry containing a'. This looks fine in the source code but is annoying when viewed in the htmldocs table of contents. Drop these unnecessary words. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/etype/files.py')
-rw-r--r--tools/binman/etype/files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/files.py b/tools/binman/etype/files.py
index 1feebd0..5db36ab 100644
--- a/tools/binman/etype/files.py
+++ b/tools/binman/etype/files.py
@@ -15,7 +15,7 @@ from patman import tools
class Entry_files(Entry_section):
- """Entry containing a set of files
+ """A set of files arranged in a section
Properties / Entry arguments:
- pattern: Filename pattern to match the files to include