diff --git a/docs/src/manpage.md b/docs/src/manpage.md index 64c6f72f2..1d367ed72 100644 --- a/docs/src/manpage.md +++ b/docs/src/manpage.md @@ -1077,7 +1077,7 @@ This is simply a copy of what you should see on running `man mlr` at a command p 1mfilter0m Usage: mlr filter [options] {DSL expression} - Lets you use a domain-specific language to programatically filter which + Lets you use a domain-specific language to programmatically filter which stream records will be output. See also: https://miller.readthedocs.io/en/latest/reference-verbs @@ -1535,7 +1535,7 @@ This is simply a copy of what you should see on running `man mlr` at a command p 1mput0m Usage: mlr put [options] {DSL expression} - Lets you use a domain-specific language to programatically alter stream records. + Lets you use a domain-specific language to programmatically alter stream records. See also: https://miller.readthedocs.io/en/latest/reference-verbs Options: diff --git a/docs/src/manpage.txt b/docs/src/manpage.txt index cca5dced4..cb369532a 100644 --- a/docs/src/manpage.txt +++ b/docs/src/manpage.txt @@ -1056,7 +1056,7 @@ 1mfilter0m Usage: mlr filter [options] {DSL expression} - Lets you use a domain-specific language to programatically filter which + Lets you use a domain-specific language to programmatically filter which stream records will be output. See also: https://miller.readthedocs.io/en/latest/reference-verbs @@ -1514,7 +1514,7 @@ 1mput0m Usage: mlr put [options] {DSL expression} - Lets you use a domain-specific language to programatically alter stream records. + Lets you use a domain-specific language to programmatically alter stream records. See also: https://miller.readthedocs.io/en/latest/reference-verbs Options: diff --git a/docs/src/reference-verbs.md b/docs/src/reference-verbs.md index e41f086ff..0af85fb80 100644 --- a/docs/src/reference-verbs.md +++ b/docs/src/reference-verbs.md @@ -970,7 +970,7 @@ a,b,c
Usage: mlr filter [options] {DSL expression} -Lets you use a domain-specific language to programatically filter which +Lets you use a domain-specific language to programmatically filter which stream records will be output. See also: https://miller.readthedocs.io/en/latest/reference-verbs @@ -2306,7 +2306,7 @@ Options:
Usage: mlr put [options] {DSL expression} -Lets you use a domain-specific language to programatically alter stream records. +Lets you use a domain-specific language to programmatically alter stream records. See also: https://miller.readthedocs.io/en/latest/reference-verbs Options: diff --git a/man/manpage.txt b/man/manpage.txt index cca5dced4..cb369532a 100644 --- a/man/manpage.txt +++ b/man/manpage.txt @@ -1056,7 +1056,7 @@ 1mfilter0m Usage: mlr filter [options] {DSL expression} - Lets you use a domain-specific language to programatically filter which + Lets you use a domain-specific language to programmatically filter which stream records will be output. See also: https://miller.readthedocs.io/en/latest/reference-verbs @@ -1514,7 +1514,7 @@ 1mput0m Usage: mlr put [options] {DSL expression} - Lets you use a domain-specific language to programatically alter stream records. + Lets you use a domain-specific language to programmatically alter stream records. See also: https://miller.readthedocs.io/en/latest/reference-verbs Options: diff --git a/man/mlr.1 b/man/mlr.1 index 6391b5483..75566da1d 100644 --- a/man/mlr.1 +++ b/man/mlr.1 @@ -1319,7 +1319,7 @@ Options: .\} .nf Usage: mlr filter [options] {DSL expression} -Lets you use a domain-specific language to programatically filter which +Lets you use a domain-specific language to programmatically filter which stream records will be output. See also: https://miller.readthedocs.io/en/latest/reference-verbs @@ -1909,7 +1909,7 @@ Options: .\} .nf Usage: mlr put [options] {DSL expression} -Lets you use a domain-specific language to programatically alter stream records. +Lets you use a domain-specific language to programmatically alter stream records. See also: https://miller.readthedocs.io/en/latest/reference-verbs Options: diff --git a/pkg/transformers/put_or_filter.go b/pkg/transformers/put_or_filter.go index 1f19e85d0..34e2e12d9 100644 --- a/pkg/transformers/put_or_filter.go +++ b/pkg/transformers/put_or_filter.go @@ -53,9 +53,9 @@ func transformerPutOrFilterUsage( ) { fmt.Fprintf(o, "Usage: %s %s [options] {DSL expression}\n", "mlr", verb) if verb == "put" { - fmt.Fprintf(o, "Lets you use a domain-specific language to programatically alter stream records.\n") + fmt.Fprintf(o, "Lets you use a domain-specific language to programmatically alter stream records.\n") } else if verb == "filter" { - fmt.Fprintf(o, "Lets you use a domain-specific language to programatically filter which\n") + fmt.Fprintf(o, "Lets you use a domain-specific language to programmatically filter which\n") fmt.Fprintf(o, "stream records will be output.\n") } fmt.Fprintf(o, "See also: https://miller.readthedocs.io/en/latest/reference-verbs\n") diff --git a/test/cases/cli-help/0001/expout b/test/cases/cli-help/0001/expout index 411318a64..5869278b8 100644 --- a/test/cases/cli-help/0001/expout +++ b/test/cases/cli-help/0001/expout @@ -186,7 +186,7 @@ Options: ================================================================ filter Usage: mlr filter [options] {DSL expression} -Lets you use a domain-specific language to programatically filter which +Lets you use a domain-specific language to programmatically filter which stream records will be output. See also: https://miller.readthedocs.io/en/latest/reference-verbs @@ -666,7 +666,7 @@ Options: ================================================================ put Usage: mlr put [options] {DSL expression} -Lets you use a domain-specific language to programatically alter stream records. +Lets you use a domain-specific language to programmatically alter stream records. See also: https://miller.readthedocs.io/en/latest/reference-verbs Options: