mirror of
https://github.com/kopia/kopia.git
synced 2026-05-24 14:44:47 -04:00
aligned 'ls' output
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user