diff --git a/docs/content/manual/manual.md b/docs/content/manual/manual.md index 8e63ad79b7..f6dbe3c3a1 100644 --- a/docs/content/manual/manual.md +++ b/docs/content/manual/manual.md @@ -216,10 +216,6 @@ using some command-line options: Like `-r` but jq won't print a newline after each output. - ::: Compatibility - In jaq, this does not enable `--raw-output`. - ::: - * `--ascii-output` / `-a`: jq usually outputs non-ASCII Unicode codepoints as UTF-8, even @@ -238,13 +234,6 @@ using some command-line options: ::: Compatibility gojq always sorts the fields of objects by their keys, so it does not support this option. - - jaq does not support this option. - However, you can sort all output objects by their keys using a filter such as: - - ~~~ - walk(if . >= {} then reduce (keys[] as $k | { ($k): .[$k] }) as $o ({}; . + $o) end) - ~~~ ::: * `--color-output` / `-C` and `--monochrome-output` / `-M`: @@ -257,10 +246,6 @@ using some command-line options: Colors can be configured with [the `JQ_COLORS` environment variable](#colors). - ::: Compatibility - In jaq, the corresponding options are called `--color=always` and `--color=never`. - ::: - * `--tab`: Use a tab for each indentation level instead of two spaces. @@ -343,10 +328,6 @@ using some command-line options: Remaining arguments are positional string arguments. These are available to the jq program as `$ARGS.positional[]`. - ::: Compatibility - jaq does not support this option. - ::: - * `--jsonargs`: Remaining arguments are positional JSON text arguments. These diff --git a/jq.1.prebuilt b/jq.1.prebuilt index abba0b2984..d9cc9883c2 100644 --- a/jq.1.prebuilt +++ b/jq.1.prebuilt @@ -257,9 +257,6 @@ jaq does not support this option. .RS 2 .PP Like \f[CR]\-r\f[R] but jq won\[cq]t print a newline after each output. -.TP -\f[I]Compatibility\f[R] -In jaq, this does not enable \f[CR]\-\-raw\-output\f[R]. .RE .IP \[bu] 2 \f[CR]\-\-ascii\-output\f[R] / \f[CR]\-a\f[R]: @@ -282,13 +279,6 @@ Output the fields of each object with the keys in sorted order. \f[I]Compatibility\f[R] gojq always sorts the fields of objects by their keys, so it does not support this option. -jaq does not support this option. -However, you can sort all output objects by their keys using a filter -such as: -.IP -.EX -walk(if . >= {} then reduce (keys[] as $k | { ($k): .[$k] }) as $o ({}; . + $o) end) -.EE .RE .IP \[bu] 2 \f[CR]\-\-color\-output\f[R] / \f[CR]\-C\f[R] and @@ -304,10 +294,6 @@ disables colored output by default, but you can enable it by .PP Colors can be configured with the \f[CR]JQ_COLORS\f[R] environment variable. -.TP -\f[I]Compatibility\f[R] -In jaq, the corresponding options are called \f[CR]\-\-color=always\f[R] -and \f[CR]\-\-color=never\f[R]. .RE .IP \[bu] 2 \f[CR]\-\-tab\f[R]: @@ -412,9 +398,6 @@ texts in the file named \f[CR]bar\f[R]. .PP Remaining arguments are positional string arguments. These are available to the jq program as \f[CR]$ARGS.positional[]\f[R]. -.TP -\f[I]Compatibility\f[R] -jaq does not support this option. .RE .IP \[bu] 2 \f[CR]\-\-jsonargs\f[R]: