Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 27afb82

Browse files
committed
Reduce size of bind_to_address option description
1 parent 02dc54e commit 27afb82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

payloads/reverse_tcp.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ def initialize
4343
name: 'bind_to_address',
4444
default: '0.0.0.0',
4545
required: true,
46-
desc: 'The address to bind to when using WPXF to listen for '\
47-
'incoming connections'
46+
desc: 'The address to bind to when listening for connections'
4847
)
4948
])
5049
end

0 commit comments

Comments
 (0)