Change total text in dns-list-zones

This commit is contained in:
2025-08-28 01:12:09 +02:00
parent b01866ae95
commit 516a306716

View File

@@ -64,7 +64,7 @@ def main():
row.append(zone.cfgfile is not None)
rows.append(row)
print(dnsmgr.prettytable(field_names, rows))
print(f'\nTotal: {len(rows)} zone(s)\n')
print(f'\nTotal: {len(rows)}\n')
if __name__ == '__main__':