From f869996a1c43580d3b9942d59ddac5f0e18ca7ac Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Wed, 6 Jun 2018 21:38:32 -0700 Subject: [PATCH] aligned 'ls' output --- cli/command_ls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/command_ls.go b/cli/command_ls.go index a0d55266e..6efade8a0 100644 --- a/cli/command_ls.go +++ b/cli/command_ls.go @@ -71,7 +71,7 @@ func listDirectory(ctx context.Context, mgr *snapshot.Manager, prefix string, oi oid := objectID.String() if *lsCommandLong { info = fmt.Sprintf( - "%v %9d %v %-"+maxNameLenString+"s %v", + "%v %12d %v %-"+maxNameLenString+"s %v", m.FileMode(), m.FileSize, m.ModTime.Local().Format(timeFormat),