Re: [PATCH 2/4] Convert optparse to argparse.

2020-03-04 Thread Amar Takhar
On 2020-03-04 19:37 -0700, Gedare Bloom wrote: > Quick note sort copyright lines??earlier years below later years. Whoops, I know this already I'll fix it thanks. Amar. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/deve

Re: [PATCH 2/4] Convert optparse to argparse.

2020-03-04 Thread Gedare Bloom
Quick note sort copyright lines earlier years below later years. On Wed, Mar 4, 2020, 4:09 PM Amar Takhar wrote: > * Fix exceptions and print exception message. > * Also add myself to copyright. > --- > misc/tools/mkimage.py | 42 ++ > 1 file changed, 2

[PATCH 2/4] Convert optparse to argparse.

2020-03-04 Thread Amar Takhar
* Fix exceptions and print exception message. * Also add myself to copyright. --- misc/tools/mkimage.py | 42 ++ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/misc/tools/mkimage.py b/misc/tools/mkimage.py index 2b1524c..0845ee4 100755 ---