mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 10:13:59 +00:00
Typo correction
statsitics -> statistics
This commit is contained in:
parent
e1ec9de2b5
commit
85e249d932
5 changed files with 10 additions and 10 deletions
|
|
@ -110,9 +110,9 @@ static void mapper_stats1_usage(FILE* o, char* argv0, char* verb) {
|
|||
}
|
||||
fprintf(o, "-f {a,b,c} Value-field names on which to compute statistics\n");
|
||||
fprintf(o, "--fr {regex} Regex for value-field names on which to compute statistics\n");
|
||||
fprintf(o, " (compute statsitics on values in all field names matching regex)\n");
|
||||
fprintf(o, " (compute statistics on values in all field names matching regex)\n");
|
||||
fprintf(o, "--fx {regex} Inverted regex for value-field names on which to compute statistics\n");
|
||||
fprintf(o, " (compute statsitics on values in all field names not matching regex)\n");
|
||||
fprintf(o, " (compute statistics on values in all field names not matching regex)\n");
|
||||
fprintf(o, "-g {d,e,f} Optional group-by-field names\n");
|
||||
fprintf(o, "--gr {regex} Regex for optional group-by-field names\n");
|
||||
fprintf(o, " (group by values in field names matching regex)\n");
|
||||
|
|
|
|||
|
|
@ -1272,9 +1272,9 @@ VERBS
|
|||
max Compute maximum values of specified fields
|
||||
-f {a,b,c} Value-field names on which to compute statistics
|
||||
--fr {regex} Regex for value-field names on which to compute statistics
|
||||
(compute statsitics on values in all field names matching regex)
|
||||
(compute statistics on values in all field names matching regex)
|
||||
--fx {regex} Inverted regex for value-field names on which to compute statistics
|
||||
(compute statsitics on values in all field names not matching regex)
|
||||
(compute statistics on values in all field names not matching regex)
|
||||
-g {d,e,f} Optional group-by-field names
|
||||
--gr {regex} Regex for optional group-by-field names
|
||||
(group by values in field names matching regex)
|
||||
|
|
|
|||
|
|
@ -1198,9 +1198,9 @@ VERBS
|
|||
max Compute maximum values of specified fields
|
||||
-f {a,b,c} Value-field names on which to compute statistics
|
||||
--fr {regex} Regex for value-field names on which to compute statistics
|
||||
(compute statsitics on values in all field names matching regex)
|
||||
(compute statistics on values in all field names matching regex)
|
||||
--fx {regex} Inverted regex for value-field names on which to compute statistics
|
||||
(compute statsitics on values in all field names not matching regex)
|
||||
(compute statistics on values in all field names not matching regex)
|
||||
-g {d,e,f} Optional group-by-field names
|
||||
--gr {regex} Regex for optional group-by-field names
|
||||
(group by values in field names matching regex)
|
||||
|
|
|
|||
|
|
@ -1573,9 +1573,9 @@ Options:
|
|||
max Compute maximum values of specified fields
|
||||
-f {a,b,c} Value-field names on which to compute statistics
|
||||
--fr {regex} Regex for value-field names on which to compute statistics
|
||||
(compute statsitics on values in all field names matching regex)
|
||||
(compute statistics on values in all field names matching regex)
|
||||
--fx {regex} Inverted regex for value-field names on which to compute statistics
|
||||
(compute statsitics on values in all field names not matching regex)
|
||||
(compute statistics on values in all field names not matching regex)
|
||||
-g {d,e,f} Optional group-by-field names
|
||||
--gr {regex} Regex for optional group-by-field names
|
||||
(group by values in field names matching regex)
|
||||
|
|
|
|||
|
|
@ -3253,9 +3253,9 @@ Options:
|
|||
max Compute maximum values of specified fields
|
||||
-f {a,b,c} Value-field names on which to compute statistics
|
||||
--fr {regex} Regex for value-field names on which to compute statistics
|
||||
(compute statsitics on values in all field names matching regex)
|
||||
(compute statistics on values in all field names matching regex)
|
||||
--fx {regex} Inverted regex for value-field names on which to compute statistics
|
||||
(compute statsitics on values in all field names not matching regex)
|
||||
(compute statistics on values in all field names not matching regex)
|
||||
-g {d,e,f} Optional group-by-field names
|
||||
--gr {regex} Regex for optional group-by-field names
|
||||
(group by values in field names matching regex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue