diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-08-10 16:43:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-08-10 16:43:51 -0700 |
commit | 8e73859337001ad94a944ba6a287abc64b9d3497 (patch) | |
tree | 533d511636408a96d8583ab67a30ace267953d7e /extra/fatcat-cli.1.scdoc | |
parent | 9727f9f9d1c18db867ddf11617be7e7601773dbb (diff) | |
download | fatcat-cli-8e73859337001ad94a944ba6a287abc64b9d3497.tar.gz fatcat-cli-8e73859337001ad94a944ba6a287abc64b9d3497.zip |
update manpage for refs, fulltext search
Diffstat (limited to 'extra/fatcat-cli.1.scdoc')
-rw-r--r-- | extra/fatcat-cli.1.scdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/fatcat-cli.1.scdoc b/extra/fatcat-cli.1.scdoc index a3dedb5..cee68ab 100644 --- a/extra/fatcat-cli.1.scdoc +++ b/extra/fatcat-cli.1.scdoc @@ -19,7 +19,7 @@ Many commands will work out-of-the-box, but all editing actions require authenti ## Search Commands *search* <ENTITY-TYPE> <QUERY>... - Query the search index for entities of a specified type. Currently `release`, `container`, and `file` indexes are searchable. By default prints a table with a subset of metadata, but `--index-json` will output the search engine JSON document, or `--entity-json` will do an API fetch for each result and print the full entity JSON. + Query the search index for entities of a specified type. Currently `release`, `container`, `fulltext`, `refs`, and `file` indexes are searchable. By default prints a table with a subset of metadata, but `--index-json` will output the search engine JSON document, or `--entity-json` will do an API fetch for each result and print the full entity JSON. ## Single Entity Commands |