]> code.ossystems Code Review - openembedded-core.git/commit
scripts/lib/argparse_oe: also change 'positional arguments' to 'arguments'
authorChristopher Larson <chris_larson@mentor.com>
Wed, 27 Apr 2016 23:24:01 +0000 (16:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 May 2016 09:30:56 +0000 (10:30 +0100)
commit8a1cd471210e5fb77952f28172084bf6a4fb73e8
tree317ecdc9f75c3db4ad7dad0c841dc1a5c31db2cd
parent408694f4320f3cb52a391e5b927fb8c8ba16c1d2
scripts/lib/argparse_oe: also change 'positional arguments' to 'arguments'

This aligns with our existing 'optional arguments' to 'options' change, and
seems more intuitive for users.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/argparse_oe.py