We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b26f08 commit 131e36aCopy full SHA for 131e36a
tools/make/lib/bib/README.md
@@ -26,13 +26,13 @@ Usage: make <command> [<ENV_VAR>=<value> <ENV_VAR>=<value> ...]
26
27
#### citation-reference
28
29
-Returns a Markdown formatted reference corresponding to a provided citation identifier.
+Prints a Markdown formatted reference corresponding to a provided citation identifier.
30
31
```bash
32
$ make citation-reference CITATION=@marsaglia:2000a
33
```
34
35
-The command recognizes the following environment variables:
+The command supports the following environment variables:
36
37
- **CITATION**: citation identifier prefixed with an `@` symbol; e.g., `@marsaglia:2000a`.
38
- **CITATION_REFERENCE_DATABASE**: path to a citation reference database; e.g., `/foo/bar/baz/bib.bib`.
0 commit comments