mirror of
https://github.com/restic/restic.git
synced 2026-09-19 02:37:58 +00:00
Rename Table.Print -> Table.Write
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user