cbfstool: Re-align help text

The help text had gotten kind of sloppy. There was a missing newline
in the add-stage command, some of the lines were too long, etc.

Change-Id: If7bdc519ae062fb4ac6fc67e6b55af1e80eabe33
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12646
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
This commit is contained in:
Martin Roth 2015-12-04 11:27:11 -07:00 committed by Stefan Reinauer
parent 753af5b104
commit 0eae36486a
1 changed files with 8 additions and 8 deletions

View File

@ -1053,16 +1053,16 @@ static void usage(char *name)
" [-c compression] [-b base-address | -a alignment] " " [-c compression] [-b base-address | -a alignment] "
"Add a component\n" "Add a component\n"
" add-payload [-r image,regions] -f FILE -n NAME [-A hash] \\\n" " add-payload [-r image,regions] -f FILE -n NAME [-A hash] \\\n"
" [-c compression] [-b base-address] " " [-c compression] [-b base-address] \\\n"
" (linux specific: [-C cmdline] [-I initrd]) "
"Add a payload to the ROM\n" "Add a payload to the ROM\n"
" (linux specific: [-C cmdline] [-I initrd])\n"
" add-stage [-r image,regions] -f FILE -n NAME [-A hash] \\\n" " add-stage [-r image,regions] -f FILE -n NAME [-A hash] \\\n"
" [-c compression] [-b base] [-S section-to-ignore] " " [-c compression] [-b base] [-S section-to-ignore] \\\n"
" [-a alignment] [-y|--xip] [-P page-size]" " [-a alignment] [-y|--xip] [-P page-size] "
"Add a stage to the ROM\n" "Add a stage to the ROM\n"
" add-flat-binary [-r image,regions] -f FILE -n NAME [-A hash] \\\n" " add-flat-binary [-r image,regions] -f FILE -n NAME \\\n"
" -l load-address -e entry-point [-c compression] \\\n" " [-A hash] -l load-address -e entry-point \\\n"
" [-b base] " " [-c compression] [-b base] "
"Add a 32bit flat mode binary\n" "Add a 32bit flat mode binary\n"
" add-int [-r image,regions] -i INTEGER -n NAME [-b base] " " add-int [-r image,regions] -i INTEGER -n NAME [-b base] "
"Add a raw 64-bit integer value\n" "Add a raw 64-bit integer value\n"