diff --git a/msfbinscan b/msfbinscan index 1913c36736..213861e254 100755 --- a/msfbinscan +++ b/msfbinscan @@ -121,7 +121,7 @@ end opt.on_tail("-h", "--help", "Show this message") do $stderr.puts opt - exit(1) + exit end begin diff --git a/msfelfscan b/msfelfscan index 1c91a24975..4d9c0d0312 100755 --- a/msfelfscan +++ b/msfelfscan @@ -91,7 +91,7 @@ end opt.on_tail("-h", "--help", "Show this message") do puts opt - exit(1) + exit end begin diff --git a/msfmachscan b/msfmachscan index def3152388..4b0ba7c497 100755 --- a/msfmachscan +++ b/msfmachscan @@ -78,7 +78,7 @@ end opt.on_tail("-h", "--help", "Show this message") do puts opt - exit(1) + exit end begin diff --git a/msfpescan b/msfpescan index c674ea727f..e7819dc92d 100755 --- a/msfpescan +++ b/msfpescan @@ -132,7 +132,7 @@ end opt.on_tail("-h", "--help", "Show this message") do puts opt - exit(1) + exit end begin diff --git a/msfrop b/msfrop index 1f0a80e552..bb57d69664 100755 --- a/msfrop +++ b/msfrop @@ -64,7 +64,7 @@ end opt.on_tail('-h', '--help', 'Show this message') do puts opt - exit(1) + exit end begin