From 9fb3298d4a237087f4ab1d1853470f0aa6d62885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Will=20=E4=BF=9D=E5=93=A5?= Date: Fri, 13 Dec 2019 15:21:34 +0800 Subject: [PATCH] Update RemoveCommand.cs fix a typo --- .../Microsoft.dotnet-openapi/src/Commands/RemoveCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/Microsoft.dotnet-openapi/src/Commands/RemoveCommand.cs b/src/Tools/Microsoft.dotnet-openapi/src/Commands/RemoveCommand.cs index e8e45d2b3256..550d2c3c3d7d 100644 --- a/src/Tools/Microsoft.dotnet-openapi/src/Commands/RemoveCommand.cs +++ b/src/Tools/Microsoft.dotnet-openapi/src/Commands/RemoveCommand.cs @@ -15,7 +15,7 @@ internal class RemoveCommand : BaseCommand { private const string CommandName = "remove"; - private const string SourceArgName = "soruce"; + private const string SourceArgName = "source"; public RemoveCommand(Application parent, IHttpClientWrapper httpClient) : base(parent, CommandName, httpClient) {