From abe7eef48abe21bcb878540702b379624aa927ac Mon Sep 17 00:00:00 2001 From: d3mondev <55468528+d3mondev@users.noreply.github.com> Date: Thu, 29 Jun 2023 11:44:17 -0400 Subject: [PATCH] Update help message --- main.go | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/main.go b/main.go index 0783e31..a566185 100644 --- a/main.go +++ b/main.go @@ -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