From 17d64d8ffcbe079f2cab8c71d5aa94e37e123a3a Mon Sep 17 00:00:00 2001 From: Nicolai Skovvart Date: Wed, 13 Jan 2021 11:23:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3abed43..5ce5f95 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ All commands take the following command line arguments: * `-f`, `--framework`: The target framework to build your project for. For example, `netcoreapp1.1` or `net462`. * `-c`, `--configuration`: Target configuration. The default for most projects is 'Debug'. * `-o`, `--output`: The output directory to place built packages in. -* `---version-suffix`: Defines the value for the `$(VersionSuffix)` property in the project. +* `--version-suffix`: Defines the value for the `$(VersionSuffix)` property in the project. * `--no-restore`: Skip the implicit call to `dotnet restore`. All arguments are optional.