cli, tests: rename "leftover" terms to "non-option"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sun, 4 Aug 2019 04:24:06 +0000 (00:24 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 5 Aug 2019 19:59:37 +0000 (15:59 -0400)
commit2459461134ddc04f5eca4251d780c4249d3f4020
treebae4bae57a704054b054a654603b82fe408aa561
parent8e97c3332d66c85786f42f3189e3022a518ed20b
cli, tests: rename "leftover" terms to "non-option"

"Leftover" is a popt term, and we don't use popt anymore. Arguments
which are not options are not leftover anymore: they are treated within
the same loop as option arguments, and their position relative to option
arguments are important, so we simply call them "non-option arguments".

Note that "non-option" is also a term that getopt(1) and getopt(3) use.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I6c27e6a18f9daa4a9d2e5f79058a94c926102da3
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1817
Tested-by: jenkins <jenkins@lttng.org>
src/cli/babeltrace2-cfg-cli-args.c
tests/cli/convert/test_auto_source_discovery_grouping
tests/cli/convert/test_auto_source_discovery_log_level
tests/cli/convert/test_auto_source_discovery_params
tests/cli/convert/test_convert_args
This page took 0.026388 seconds and 4 git commands to generate.