From 4d9cabb476286a4d6cb47be9ae566aee7e6606ad Mon Sep 17 00:00:00 2001 From: Braydon Kains Date: Thu, 14 May 2020 20:26:01 -0400 Subject: [PATCH] README update with searching process by name --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d0ebff3..2a5994f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ Show help menu. ### -c PORT, --check-port=PORT Get the name and process ID of the process running on a given port +### -p PNAME, --find-process=PNAME +Find the port and ID of a process by name + ### -k PORT, --kill-port=PORT Check the process running on a given port with the option to kill it if you'd like.