mirror of
https://github.com/kopia/kopia.git
synced 2026-01-25 14:58:00 -05:00
fixed output of 'storage list' for long block names
This commit is contained in:
@@ -23,7 +23,7 @@ func runListStorageBlocks(context *kingpin.ParseContext) error {
|
||||
return b.Error
|
||||
}
|
||||
|
||||
fmt.Printf("%-50v %10v %v\n", b.BlockID, b.Length, b.TimeStamp.Local().Format(timeFormat))
|
||||
fmt.Printf("%-70v %10v %v\n", b.BlockID, b.Length, b.TimeStamp.Local().Format(timeFormat))
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user