Skip to content

Commit cbedde5

Browse files
authored
Remove usage of dotnet httprepl (#436)
1 parent 6c712ff commit cbedde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.HttpRepl/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static async Task Start(string[] args, IConsoleManager consoleManager = n
5656
{
5757
telemetry.TrackStartedEvent(withHelp: true);
5858
shell.ShellState.ConsoleManager.WriteLine(Resources.Strings.Help_Usage);
59-
shell.ShellState.ConsoleManager.WriteLine(" dotnet httprepl [<BASE_ADDRESS>] [options]");
59+
shell.ShellState.ConsoleManager.WriteLine(" httprepl [<BASE_ADDRESS>] [options]");
6060
shell.ShellState.ConsoleManager.WriteLine();
6161
shell.ShellState.ConsoleManager.WriteLine(Resources.Strings.Help_Arguments);
6262
shell.ShellState.ConsoleManager.WriteLine(string.Format(Resources.Strings.Help_BaseAddress, "<BASE_ADDRESS>"));

0 commit comments

Comments
 (0)