Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sliepie committed Nov 8, 2018
1 parent 6bd456a commit c0fa27c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions help/markdown/fake-commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Fake Build Options [build_opts]:
-f, --script <script.fsx>
The script to execute (defaults to `build.fsx`).
```
Please refer to the [Fake.Core.CommandLineParsing documentation](core-commandlineparsing.html) for a explanation of the synax.
Please refer to the [Fake.Core.CommandLineParsing](core-commandlineparsing.html) documentation for a explanation of the synax.
For now fake only supports the `run` and `build` subcommands which are basically equivalent to the Fake as you know it, but more are planned in the future. In general you should use the `run` subcommand in scripting when you use parameters, because it is safer in regards to adding options without breaking. Use `build` to have a more dense workflow in the command line
Expand All @@ -59,7 +59,7 @@ Currently Fake supports 4 verbosity levels:
### `--version`
Print FAKE version information.
Prints FAKE version information.
### `--help`
Expand Down Expand Up @@ -94,7 +94,7 @@ Display CLI help.
## Running Targets
Please refer to the [target module documentation](core-targets.html)
Please refer to the [Fake.Core.Target](core-targets.html) module documentation
For reference the CLI for the targets-module looks like this:
Expand Down

0 comments on commit c0fa27c

Please sign in to comment.