Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | buildman: fix typos of --dry-run help message | Masahiro Yamada | 2014-09-09 | -1/+1 |
| | | | | | | | | | | | | try run => dry run no nothing => do nothing "..." => '...' The last one is for consistency with the other option helps. Change-Id: I1d69047d1fae6ef095a18f69f44ee13c448db9b7 Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
* | buildman: Move the command line code into its own file | Simon Glass | 2014-09-09 | -0/+85 |
We want to be able to issue parser commands from within buildman for test purposes. Move the parser code into its own file so we don't end up needing the buildman and test modules to reference each other. Signed-off-by: Simon Glass <sjg@chromium.org> |