| commit | 724a7bc9aa8baf2a5e8c8496868a24eb6fc8632a | [log] [tgz] |
|---|---|---|
| author | Vladimir Oltean <olteanv@gmail.com> | Thu Jan 17 03:04:16 2019 +0200 |
| committer | Marko Man <darkobas@gmail.com> | Mon Aug 26 13:11:41 2019 +0200 |
| tree | 3896e22c3f1a4dd192deaa0c2c4da6757420ce0a | |
| parent | d48649d462b643471e7f0c7a2efdcd6bcbb4cc3d [diff] |
extract_utils: cleanup variable names and arguments passed to extract() function * This also makes the --section argument non-positional, since otherwise it is not possible to easily support more than one optional positional argument. This is in preparation of one more optional argument to come in a follow-up patch: --kang. Change-Id: Ieb142e0854319defb9a278ab68cd4aeefd0fbdd5 Signed-off-by: Vladimir Oltean <olteanv@gmail.com>