diff --git a/help/markdown/fake-commandline.md b/help/markdown/fake-commandline.md index d16fd762a03..b16e5df9588 100644 --- a/help/markdown/fake-commandline.md +++ b/help/markdown/fake-commandline.md @@ -33,7 +33,7 @@ Fake Build Options [build_opts]: -f, --script 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 @@ -59,7 +59,7 @@ Currently Fake supports 4 verbosity levels: ### `--version` -Print FAKE version information. +Prints FAKE version information. ### `--help` @@ -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: