Skip to content

Commit

Permalink
Update cmd desciption
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Dec 22, 2021
1 parent 4d605fa commit c8f38a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/catch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c8f38a1

Please sign in to comment.