sandbox: Sort the help options
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2020 14:35:47 +0000 (07:35 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commit4209be3eaec4484b56c8926ff694979cf1d08823
treece9e339c3274af2525a726847c4eadef1e4b00b4
parent1d6a0c9503f221df0e46564bfcf96a16095a0ca7
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>
arch/sandbox/cpu/start.c