commit | 0fc01bf826036698a8d0eb8405e832a6a759472e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon May 04 00:52:43 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri May 29 20:55:45 2020 -0600 |
tree | 0925e20f81b8905743c20f5964b8d28d7607376d | |
parent | 979afd14c3e29dedcc020a49f59d6cb28124f038 [diff] |
patman: Sort the command line options Sort the existing command line options by: - help comes first - option starts with '-' - option starts with '--' Lower case followed by upper case letters, in alphabetical order. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>