]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: join: clarify that -e only effective for -12jo fields
authorPádraig Brady <P@draigBrady.com>
Tue, 29 Mar 2022 15:34:10 +0000 (16:34 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 29 Mar 2022 15:34:10 +0000 (16:34 +0100)
commit120ce321d5f768c00b9e193af4edd5ccceaa45e0
treedb8d5abecd195972e5cf857e799b083834c99851
parente07c40c3ea77084b9ef8c0a2e10eb62f0175a606
doc: join: clarify that -e only effective for -12jo fields

* src/join.c (usage): Clarify that -e is not sufficient
to enable output of missing fields from one of the inputs.
Rather the -12jo options are required to explicitly
enable output of those fields.
Fixes https://bugs.gnu.org/54625
src/join.c