mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
* Fix source info for #1665 * run `make dev`
This commit is contained in:
parent
56210b045b
commit
4a2f349289
7 changed files with 12 additions and 12 deletions
|
|
@ -69,7 +69,7 @@ Options:
|
|||
fmt.Fprintln(o,
|
||||
"Example: mlr stats1 -a count,mode -f size -g shape")
|
||||
fmt.Fprintln(o,
|
||||
"Example: mlr stats1 -a count,mode --fr '^[a-h].*$' -gr '^k.*$'")
|
||||
"Example: mlr stats1 -a count,mode --fr '^[a-h].*$' --gr '^k.*$'")
|
||||
fmt.Fprintln(o,
|
||||
` This computes count and mode statistics on all field names beginning
|
||||
with a through h, grouped by all field names starting with k.`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue