commit | 5b0a511fc885359168511ef5363e3d073518588d | [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 | a8c43063b45a2c052799ad8c78eabcb93f89b868 [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>