Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 4ecdb27

Browse files
authored
Fixing command line text (#256)
1 parent 4842e1d commit 4ecdb27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/APIM_ARMTemplate/apimtemplate/Common/Constants/GlobalConstants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ namespace Microsoft.Azure.Management.ApiManagement.ArmTemplates.Common
44
internal static class GlobalConstants
55
{
66
public const string AppShortName = "apimtemplate";
7-
public const string AppLongName = "API Management Template";
8-
public const string AppDescription = "API Management Template is a tool to create API Management definitions from files and to extract existing API Management APIs to files.";
7+
public const string AppLongName = "API Management DevOps Toolkit";
8+
public const string AppDescription = "API Management DevOps Toolkit is a tool to create API Management definitions from files and to extract existing API Management APIs to files.";
99
public const string CreateName = "create";
1010
public const string CreateDescription = "Create an API Management instance from files";
1111
public const string ExtractName = "extract";

0 commit comments

Comments
 (0)