bin: make --stats and --format synonyms
* bin/common_output.cc: Make --stats an alias of --format. * bin/common_aoutput.cc: Make --format an alias of --stats. * tests/core/acc2.test, tests/core/format.test: Test these aliases. * NEWS: Mention this.
This commit is contained in:
parent
f726152ebd
commit
e452e09ff7
5 changed files with 10 additions and 2 deletions
|
|
@ -60,6 +60,7 @@ static const argp_option options[] =
|
|||
"quote the formula for use in a CSV file", -20 },
|
||||
{ "format", OPT_FORMAT, "FORMAT", 0,
|
||||
"specify how each line should be output (default: \"%f\")", -20 },
|
||||
{ "stats", 0, nullptr, OPTION_ALIAS, nullptr, 0 },
|
||||
{ "output", 'o', "FORMAT", 0,
|
||||
"send output to a file named FORMAT instead of standard output. The"
|
||||
" first formula sent to a file truncates it unless FORMAT starts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue