>From cd98246bbae08f21906a6107401c8c422dc023b0 Mon Sep 17 00:00:00 2001 From: John Soo Date: Thu, 5 Nov 2020 17:55:51 -0800 Subject: [PATCH] doc: Fix recsel --join flag. --- doc/recutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/recutils.texi b/doc/recutils.texi index 65f36cb..837adf5 100644 --- a/doc/recutils.texi +++ b/doc/recutils.texi @@ -5050,7 +5050,7 @@ the records. @itemx --type=@var{type} Select records of a given type only. @item -j @var{field} -@itemx --field=@var{field} +@itemx --join=@var{field} Perform an inner join of the record set selected by @option{-t} and the record set for which @var{field} is a foreign key. @var{field} must be a field declared with type @code{rec} and thus must be a -- 2.29.1