diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-delete-conntrack.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-delete-conntrack.pl b/scripts/vyatta-delete-conntrack.pl index bdd30e2..96f176d 100755 --- a/scripts/vyatta-delete-conntrack.pl +++ b/scripts/vyatta-delete-conntrack.pl @@ -53,7 +53,7 @@ sub print_data_from_xml { my %flowh; my $tcount = 0; if (!(defined $quiet)) { - print "Deleting following Conntrack entries\n\n"; + print "Deleting the following conntrack table entries:\n\n"; if ($family eq 'ipv6') { printf($format_IPv6, 'CONN ID', 'Source', 'Destination', 'Protocol'); } else { |