Skip to content

Commit c8fd6de

Browse files
committed
Slightly better margins for deprecation
1 parent 628f676 commit c8fd6de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

msfupdate

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ end
3939

4040
# TODO
4141
def print_deprecation_warning
42-
$stdout.puts "[*] Deprecation : The next version of Metasploit will update over the git"
43-
$stdout.puts "[*] protocol, which requires outbound access to github.com:9418/TCP."
44-
$stdout.puts "[*] Please adjust your egress firewall rules accordingly."
42+
$stdout.puts "[*] Deprecation Note: The next version of Metasploit will"
43+
$stdout.puts "[*] update over the git protocol, which requires outbound"
44+
$stdout.puts "[*] access to github.com:9418/TCP."
45+
$stdout.puts "[*] Please adjust your egress firewall rules accordingly."
4546
end
4647

4748
# Some of these args are meaningful for SVN, some for Git,

0 commit comments

Comments
 (0)