commit | dee36c74ea39f3b9160759b850a22d53222ab4ce | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 10 14:47:46 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 22 22:22:46 2017 -0400 |
tree | 6c1f871a72458de7a303b33e37af5c19b31c5a2d | |
parent | 7fe463f54f36b583f8577b321ab9f4c09c1a1a5d [diff] |
moveconfig: Tidy up imply flag parsing Add an option to specify 'all' to enable all flags. Also print an error if an unrecognised flag is used. At present it just prints usage information which is not very helpful. Signed-off-by: Simon Glass <sjg@chromium.org>