aboutsummaryrefslogtreecommitdiffstats
path: root/squashfu
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-13 09:38:39 -0500
committerDave Reisner <d@falconindy.com>2010-01-13 09:38:39 -0500
commit904f8e12e3c2a8892f37191750e2027ab6d72c61 (patch)
tree77e3f82716ba5be1f8782aec68c136f8e0f255de /squashfu
parenta52b1f456d133159755aa9671ed49d6aaa124ec3 (diff)
downloadsquashfu-904f8e12e3c2a8892f37191750e2027ab6d72c61.tar.gz
Change first column heading of report to 'Bin ID'
Diffstat (limited to 'squashfu')
-rwxr-xr-xsquashfu2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfu b/squashfu
index e6c1641..5779658 100755
--- a/squashfu
+++ b/squashfu
@@ -308,7 +308,7 @@ action_report () {
echo
# Enumerate bins, sort date order, print human readable create date and size
OLDIFS=$IFS;IFS='$:'
- printf "%10s\t%25s\t%7s\n" "Bin" "Date Created" "Size"
+ printf "%10s\t%25s\t%7s\n" "Bin ID" "Date Created" "Size"
grep -vE "^[\t ]*$" "$BINVENTORY" | sort -r -k2 -n | while read bin stamp; do
printf "%10d\t%25s\t%7s\n" $bin \
"$(date --rfc-3339=seconds --date="1970-01-01 $stamp sec GMT")" \