Skip to content

Commit 9e8be9d

Browse files
Adds w hotkey to instructions
1 parent e6c7956 commit 9e8be9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-proxy/ProxyEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ Task OnCertificateSelection(object sender, CertificateSelectionEventArgs e)
592592

593593
private void PrintHotkeys()
594594
{
595-
Console.WriteLine("Hotkeys: (r)ecord, (s)top recording, (c)lear screen");
595+
Console.WriteLine("Hotkeys: issue (w)eb request, (r)ecord, (s)top recording, (c)lear screen");
596596
Console.WriteLine("Press CTRL+C to stop Dev Proxy");
597597
Console.WriteLine("");
598598
}

0 commit comments

Comments
 (0)