Skip to content

Commit

Permalink
Update help message
Browse files Browse the repository at this point in the history
  • Loading branch information
d3mondev committed Jun 29, 2023
1 parent 3f945f4 commit abe7eef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ import (

const programName = "crossjoin"
const programVersion = "1.0.0"
const programDescription = `Generate the cross join (or Cartesian product) of lines from the files specified.
For instance, it can combine http:// or https:// from file1, various domains
from file2, and assorted endpoints from file3, effectively creating a
comprehensive list for tasks such as fuzzing or penetration testing.`
const programDescription = `Generate the cross join, or Cartesian product, of the lines from the files
specified.`

type arguments struct {
help bool
Expand Down

0 comments on commit abe7eef

Please sign in to comment.