commit | 11c92b1cb826e0c32b4095cd002ba33d777e641b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 03 07:35:47 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | ce9e339c3274af2525a726847c4eadef1e4b00b4 | |
parent | 2adf60d1a61bbdf837b5131d551b9d235ef232f7 [diff] |
sandbox: Sort the help options At present options are presented in essentially random order. It is easier to browse them if they are sorted into alphabetical order. Adjust the help function to handle this. Signed-off-by: Simon Glass <sjg@chromium.org>