Skip to content

Commit 1c52474

Browse files
Fixed error message.
1 parent 7e1b59a commit 1c52474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConvertApi.Cli/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static async Task Main(string[] args)
5050

5151
if (dynamicProperties.Any(x => x.Key.ToLower() == "storefile" && x.Value.ToLower() == "true"))
5252
{
53-
Console.WriteLine("Error: StoreFile parameter is now allowed in cli tool. Please use our API directly if you need this parameter.");
53+
Console.WriteLine("Error: StoreFile parameter is not allowed in cli tool. Please use our API directly if you need this parameter.");
5454
return;
5555
}
5656

0 commit comments

Comments
 (0)