commit | dc3a923ed66e136bb3641940732b2f8c52a6f02a | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Jun 25 13:12:19 2022 -0400 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jul 13 20:05:49 2022 +0200 |
tree | 6474ddb8ceb096f81b7db5145e9aed516f5a9e62 | |
parent | 785a051ee5cc7de94dd7c6e98ee917c30fa5189a [diff] |
mkimage: Add long options The mkimage command has had many options added over the years. Unfortunately, we are starting to run out of short options. Recent options don't have any obvious relation to their meaning (e.g. -o/-g). Fortunately, long options exist. Add long options for each current short option. For the curious, the remaining short options are HIkLmMPQSuUwWXyYzZ. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>