diff --git a/help/markdown/core-targets.md b/help/markdown/core-targets.md index 7603cca8a91..5eee987d228 100644 --- a/help/markdown/core-targets.md +++ b/help/markdown/core-targets.md @@ -101,7 +101,7 @@ Target.runOrDefault "Deploy" Now we have the following options: - `fake run build.fsx -t "Build"` --> starts the *Build* target and runs the dependency *Clean* -- `fake run build.fsx -t "Build"` --single-target --> starts only the *Build* target and runs no dependencies +- `fake run build.fsx -t "Build" --single-target` --> starts only the *Build* target and runs no dependencies - `fake run build.fsx -s -t Build` --> starts only the *Build* target and runs no dependencies - `fake run build.fsx` --> starts the Deploy target (and runs the dependencies *Clean* and *Build*)