Skip to content

Commit

Permalink
Adjust field widths for nfspysh/ls
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Apr 15, 2013
1 parent 2462492 commit e7c3261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nfspysh
Expand Up @@ -133,7 +133,7 @@ class Commands(object):
except IOError as e:
report(e)
name = "{0} -> {1}".format(name, dest)
print "{mode:06o} {uid: >5} {gid: >5} {size: >10} {date!s} {name}".format(
print "{mode:06o} {uid: >6} {gid: >6} {size: >11} {date!s} {name}".format(
mode=attr.st_mode,
uid=attr.st_uid,
gid=attr.st_gid,
Expand Down

0 comments on commit e7c3261

Please sign in to comment.