Change total text in dns-list-zones
This commit is contained in:
@@ -64,7 +64,7 @@ def main():
|
|||||||
row.append(zone.cfgfile is not None)
|
row.append(zone.cfgfile is not None)
|
||||||
rows.append(row)
|
rows.append(row)
|
||||||
print(dnsmgr.prettytable(field_names, rows))
|
print(dnsmgr.prettytable(field_names, rows))
|
||||||
print(f'\nTotal: {len(rows)} zone(s)\n')
|
print(f'\nTotal: {len(rows)}\n')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user