Foreach Host -> Remote Host

This commit is contained in:
Zane C. B-H 2019-08-06 21:28:31 -05:00
parent 1a8d6c1c68
commit 42548ae33b
1 changed files with 3 additions and 3 deletions

View File

@ -17,11 +17,11 @@ Net::Connection::ncnetstat - The backend for ncnetstat, the colorized and enhanc
=head1 VERSION
Version 0.1.0
Version 0.1.1
=cut
our $VERSION = '0.1.0';
our $VERSION = '0.1.1';
=head1 SYNOPSIS
@ -168,7 +168,7 @@ sub run{
color('underline white').'PID'.color('reset'),
color('underline white').'Local Host'.color('reset'),
color('underline white').'Port'.color('reset'),
color('underline white').'Foreach Host'.color('reset'),
color('underline white').'Remote Host'.color('reset'),
color('underline white').'Port'.color('reset'),
color('underline white').'State'.color('reset'),
);