From de5e0385badd553a3b79151a9b1f56657939fa03 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Sat, 30 Apr 2022 20:31:05 -0400 Subject: [PATCH] Fix typo --- bin/whats-in-port | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/whats-in-port b/bin/whats-in-port index 476f77f..8c56f02 100755 --- a/bin/whats-in-port +++ b/bin/whats-in-port @@ -11,6 +11,6 @@ if [ -n "$1" ]; then lsof -ni4TCP:"$1" else - echo >&2 Usage: whats_in_port port-number + echo >&2 Usage: whats-in-port port-number exit 1 fi