mirror of
https://github.com/on4kjm/FLEcli.git
synced 2025-01-18 13:01:09 +01:00
correct little error in test command cheat sheet
This commit is contained in:
parent
ec6cb27812
commit
5196150ed2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Commands for testing
|
||||
|
||||
* `./FLEcli -i test/data/fle-1.txt load`
|
||||
* `./FLEcli -i test/sample_contest_ru.txt load`
|
||||
* `go test ./...` runs the unit tests
|
||||
* `./FLEcli -i test/data/sample_contest_ru.txt load`
|
||||
* `go test ./...` runs the unit tests
|
||||
|
|
Loading…
Reference in a new issue