1
0
forked from GitHub/gf-rgl

Search for module by name and do not require language folder

This commit is contained in:
John J. Camilleri
2018-08-04 18:40:40 +02:00
parent 7f5fae2031
commit 8600112264
2 changed files with 20 additions and 15 deletions

View File

@@ -64,12 +64,12 @@ clean
`compat`,
<!-- `pgf`, -->
`parse`,
or an explicit module name (e.g. `english/ExtraEng.gf`).
or an explicit module name (e.g. `ExtraEng.gf`).
- `MODE` is one of:
`present`,
`alltenses`
(default is both).
- `FILES` is a space separated list of module names (e.g. `english/ExtraEng.gf german/DictGer.gf`)
- `FILES` is a space separated list of module names (e.g. `ExtraEng.gf DictGer.gf`)
- You can _override_ the default language list with `--langs=...`
- You can _add_ languages to the default list with `--langs=+...`
- You can _remove_ languages from the default list with `langs=-...`