diff --git a/cli/command_storage_list.go b/cli/command_storage_list.go index c79801d79..6da8d5524 100644 --- a/cli/command_storage_list.go +++ b/cli/command_storage_list.go @@ -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