diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2011-12-12 15:34:19 -0800 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2011-12-12 15:34:19 -0800 |
commit | 1c4239bc20545f4a9331fe4386b7324768c32202 (patch) | |
tree | 514281c8e5c82cf407680b42048c719a12555cff /scripts | |
parent | 6e62a7ab5b20779bf8c251955359e573b830e2ac (diff) | |
download | vyatta-conntrack-1c4239bc20545f4a9331fe4386b7324768c32202.tar.gz vyatta-conntrack-1c4239bc20545f4a9331fe4386b7324768c32202.zip |
Bug 7680: Fixed sentence displayed in deletion
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 { |