Rename Table.Print -> Table.Write

This commit is contained in:
Alexander Neumann
2014-12-22 11:21:14 +01:00
parent 5c9c1c9dbd
commit a981141e49
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ func list_keys(s restic.Server) error {
k.Username, k.Hostname, k.Created.Format(TimeFormat)})
})
tab.Print(os.Stdout)
tab.Write(os.Stdout)
return nil
}