Skip to content

Commit

Permalink
Add fulltext option to -g
Browse files Browse the repository at this point in the history
  • Loading branch information
obourdon committed Nov 7, 2020
1 parent 2afa9b9 commit 1bb568f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* [Table of Contents](#table-of-contents)
* [Usage](#usage)
* [global options](#global-options)
* [\-g gossfile](#-g-gossfile)
* [\--gossfile gossfile | -g gossfile](#--gossfile-gossfile-or--g-gossfile)
* [commands](#commands)
* [add, a \- Add system resource to test suite](#add-a---add-system-resource-to-test-suite)
* [autoadd, aa \- Auto add all matching resources to test suite](#autoadd-aa---auto-add-all-matching-resources-to-test-suite)
Expand Down Expand Up @@ -69,8 +69,8 @@ GLOBAL OPTIONS:


## global options
### -g gossfile
The file to use when reading/writing tests. Use `-g -` to read from `STDIN`.
### --gossfile gossfile or -g gossfile
The file to use when reading/writing tests. Use `--gossfile -` or `-g -` to read from `STDIN`.

Valid formats:
* **YAML** (default)
Expand Down

0 comments on commit 1bb568f

Please sign in to comment.