tools: Refactor full help printing
authorPaul Barker <paul.barker@sancloud.com>
Wed, 8 Sep 2021 11:38:01 +0000 (12:38 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 24 Sep 2021 18:30:46 +0000 (14:30 -0400)
commit5fe50f9a4018f21d36e3ef34d7af9f7b5d7016b9
treeeabe72bc1f7e2fc848616999485161ace286f71a
parent15e30106ce624ade62ba87c2defe7ea67c88f1b5
tools: Refactor full help printing

Collect the code for printing the full help message of patman, buildman
and binman into a single function in patman.tools.

Signed-off-by: Paul Barker <paul.barker@sancloud.com>
tools/binman/control.py
tools/buildman/control.py
tools/patman/main.py
tools/patman/tools.py