summaryrefslogtreecommitdiff
path: root/tools/binman/cmdline.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-18 10:25:15 +0300
committerSimon Glass <sjg@chromium.org>2021-03-26 07:03:10 +0300
commit6bc4309be763e2541f45b8246f21cd65d39402ef (patch)
treeeac0a3906bfb3025cc304c780ef97f0e86a6d230 /tools/binman/cmdline.py
parent072026e7bb4cf90c376b774c22b3baba17cc72bf (diff)
downloadu-boot-6bc4309be763e2541f45b8246f21cd65d39402ef.tar.xz
binman: Incorporate entry documentation
Update this to avoid sphinx warnings and incorporate it into the new documentaiton tree. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/cmdline.py')
-rw-r--r--tools/binman/cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/cmdline.py b/tools/binman/cmdline.py
index 0c0f48951f..95f9ba27fb 100644
--- a/tools/binman/cmdline.py
+++ b/tools/binman/cmdline.py
@@ -69,7 +69,7 @@ controlled by a description in the board device tree.'''
default=False, help='Update the binman node with offset/size info')
entry_parser = subparsers.add_parser('entry-docs',
- help='Write out entry documentation (see README.entries)')
+ help='Write out entry documentation (see entries.rst)')
list_parser = subparsers.add_parser('ls', help='List files in an image')
list_parser.add_argument('-i', '--image', type=str, required=True,