]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Move -H out of the send command
authorSimon Glass <sjg@chromium.org>
Thu, 8 May 2025 04:30:14 +0000 (06:30 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit2bdb98a282a41f97df8f673d1e0968505dc777d2
treec73ddb2387ae3110d9fdc18bcb51be9a2b740012
parent9126e16e632ae2795534bef17dd9751a20c4b421
patman: Move -H out of the send command

This is the help for the whole of patman, so move it to the start of the
control function, rather than being inside 'patman send'.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/cmdline.py
tools/patman/control.py