From 69e0ca74c93bba80741ebb87b3300fef8ebd8b5d Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Sat, 12 Feb 2022 13:03:22 +0100 Subject: [PATCH] query: document newline separation in changelog --- makepkg/aurutils.changelog | 4 ++-- man1/aur-query.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/makepkg/aurutils.changelog b/makepkg/aurutils.changelog index 63f77f0f..d0661f3d 100644 --- a/makepkg/aurutils.changelog +++ b/makepkg/aurutils.changelog @@ -11,8 +11,8 @@ aurweb 6.0.11) does not expose set operations, and so `aur-search` performs one search for each argument. The implementation is done in `aur-query` with the `--all` (set intersection) -and `--any` flags (set union). Without these options, `aur-query` still returns -a single line per search request as in previous versions. +and `--any` flags (set union). Without these options, `aur-query` returns a +newline-delimited line per search request (JSON Lines). `AUR_QUERY_RPC_SPLITNO_POST` received bug fixes (#920), and the default has been reduced to 500 after experiencing issues with a larger number of diff --git a/man1/aur-query.1 b/man1/aur-query.1 index a68eacfe..b235aa9b 100644 --- a/man1/aur-query.1 +++ b/man1/aur-query.1 @@ -131,7 +131,7 @@ The version for the RPC endpoint. Defaults to The default set of options for .BR curl (1) are -.BR "\-A aurutils \-fgLsSq \-\-tcp\-fastopen" . +.BR "\-A aurutils \-fgLsSq \-\-tcp\-fastopen \-w '\en'" . . .SH SEE ALSO .ad l -- 2.11.4.GIT