]> code.ossystems Code Review - openembedded-core.git/commit
scripts/lib/argparse_oe: tweak title above options
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 19 Feb 2016 09:38:54 +0000 (22:38 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Feb 2016 09:32:00 +0000 (09:32 +0000)
commit55e675de6191bf7eccd26df29189f2a6faa40a20
tree8c799e527b877503da9723d3808f5e4b67b38a61
parente1b9d31e6ea3c254ecfe940fe795af44761e0e69
scripts/lib/argparse_oe: tweak title above options

Naming these as "optional arguments" is perhaps slightly confusing since
some of the positional arguments might also be optional; in addition
it's rare (though possible) for options to be mandatory - up until
recently we had a recipetool option (-o) that was mandatory. It's not
perfect, but change it to "options" so it's at least a bit more
appropriate.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/argparse_oe.py