From 83c8c0d89cdd1b4aedd5d044ff96ee094e428a37 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 28 Feb 2021 00:54:17 -0500 Subject: [PATCH] rename-case case-c-verb-histogram.sh case-verb-histogram.sh --- ...ase-c-verb-histogram.sh => case-verb-histogram.sh} | 0 go/reg-test/expected/case-cli-help.sh.out | 11 +++++++++++ ...rb-histogram.sh.out => case-verb-histogram.sh.out} | 0 3 files changed, 11 insertions(+) rename go/reg-test/cases/{case-c-verb-histogram.sh => case-verb-histogram.sh} (100%) rename go/reg-test/expected/{case-c-verb-histogram.sh.out => case-verb-histogram.sh.out} (100%) diff --git a/go/reg-test/cases/case-c-verb-histogram.sh b/go/reg-test/cases/case-verb-histogram.sh similarity index 100% rename from go/reg-test/cases/case-c-verb-histogram.sh rename to go/reg-test/cases/case-verb-histogram.sh diff --git a/go/reg-test/expected/case-cli-help.sh.out b/go/reg-test/expected/case-cli-help.sh.out index f28fd2f6c..59d742668 100644 --- a/go/reg-test/expected/case-cli-help.sh.out +++ b/go/reg-test/expected/case-cli-help.sh.out @@ -207,6 +207,17 @@ Options: -n {n} Head-count to print. Default 10. -h|--help Show this message. ================================================================ +Just a histogram. Input values < lo or > hi are not counted. +Usage: mlr histogram [options] +-f {a,b,c} Value-field names for histogram counts +--lo {lo} Histogram low value +--hi {hi} Histogram high value +--nbins {n} Number of histogram bins +--auto Automatically computes limits, ignoring --lo and --hi. + Holds all values in memory before producing any output. +-o {prefix} Prefix for output field name. Default: no prefix. +-h|--help Show this message. +================================================================ Usage: mlr join [options] Joins records from specified left file name with records from all file names at the end of the Miller argument list. diff --git a/go/reg-test/expected/case-c-verb-histogram.sh.out b/go/reg-test/expected/case-verb-histogram.sh.out similarity index 100% rename from go/reg-test/expected/case-c-verb-histogram.sh.out rename to go/reg-test/expected/case-verb-histogram.sh.out