From c8f38a1f8e3e389815924f9a1d691927713111f8 Mon Sep 17 00:00:00 2001 From: hupe1980 Date: Wed, 22 Dec 2021 22:31:35 +0100 Subject: [PATCH] Update cmd desciption --- README.md | 2 +- cmd/catch.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af719dc..c78c518 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Usage: scan4log4shell [command] Available Commands: - catch Start a callback catcher + catch Start a standalone callback catcher completion Prints shell autocompletion scripts for scan4log4shell help Help about any command local Detect vulnerable log4j versions on your file-system diff --git a/cmd/catch.go b/cmd/catch.go index e8b15b0..b7b6f8d 100644 --- a/cmd/catch.go +++ b/cmd/catch.go @@ -16,7 +16,7 @@ func newCatchCmd() *cobra.Command { cmd := &cobra.Command{ Use: "catch [tcp | dns]", - Short: "Start a callback catcher", + Short: "Start a standalone callback catcher", Args: cobra.MinimumNArgs(1), SilenceUsage: true, DisableFlagsInUseLine: true,