diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2006-10-25 19:08:12 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-10-25 19:08:12 +0000 |
commit | 733681583ca9bf96288df2449bb61cd69e3b9345 (patch) | |
tree | 8530c385d7241196f2a029db18af215073de614b /util/abuild | |
parent | 3a1405725e0faf41522d65b180e28574c249a008 (diff) |
enhance web page (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Closes #3
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2475 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/abuild')
-rw-r--r-- | util/abuild/abuild.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/abuild/abuild.1 b/util/abuild/abuild.1 index efab83d46d..c9aa9ab208 100644 --- a/util/abuild/abuild.1 +++ b/util/abuild/abuild.1 @@ -30,7 +30,8 @@ Attempt to build ports that are known to be broken. .B "\-p, \-\-payloads <dir>" Use payloads in .B "<dir>" -to build images. +to build images. This will run payload.sh in that directory to find out the +path of the payload .TP .B "\-t, \-\-target <vendor/board>" Attempt to build target vendor/board only. |