mirror of
https://github.com/containers/skopeo.git
synced 2026-02-03 15:58:52 +00:00
1. Sort options so they are in alphabet order 2. Remove extra lines of code for options parsing that really do not accomplish anything. 3. Remove variables when they are not necessary, I.E. Don't create a variable to hold an option that is only used once, use the option instead. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #267 Approved by: <username_without_leading_@>