Skip to content

Commit ff8f173

Browse files
Updates proxy help description. Closes #292 (#294)
1 parent 6dc58e7 commit ff8f173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m365-developer-proxy/ProxyHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public RootCommand GetRootCommand() {
109109
// `ProxyCommandHandler.Configuration`. As such, it's always set here
110110
_configFileOption!
111111
};
112-
command.Description = "Microsoft 365 Developer Proxy is a command line tool that simulates real world behaviors of Microsoft Graph and other APIs, locally.";
112+
command.Description = "Microsoft 365 Developer Proxy is a command line tool for testing Microsoft Graph, SharePoint Online and any other HTTP APIs.";
113113

114114
return command;
115115
}

0 commit comments

Comments
 (0)