Skip to content

Commit

Permalink
Update README to show language option of add-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesdewit committed Feb 11, 2024
1 parent 8720705 commit 62d5a32
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ $ add-ref --help
Usage: add-ref [OPTIONS] LEMMA WORK REF

Options:
-l, --lemma-type [p|w|g] Type of lemma (p: person, w: work, g: geographical name)
-r, --ref-type [r] Type of lemma (r: related)
-b, --betacode Convert lemma from betacode to unicode
--help Show this message and exit.
-l, --lemma-type [p|w|g] Lemma type (p: person, w: work, g: geographical)
-r, --ref-type [r] Reference type (r: related)
--language TEXT Lemma language (in ISO 639-3 format.)
-b, --betacode Convert lemma from betacode to unicode
-f, --force Force reference to be added to lemma
--help Show this message and exit.
```

E.g.:
Expand Down

0 comments on commit 62d5a32

Please sign in to comment.