summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/df-uptime2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/df-uptime b/bin/df-uptime
index 64ac8b4..bde2bc3 100755
--- a/bin/df-uptime
+++ b/bin/df-uptime
@@ -34,7 +34,7 @@ do_df()
local sed_bre=
sed_bre='^..* *..* *..* *..* *\([0-9][0-9]*%\) \(..*\)$'
- df -h -x devtmpfs -x tmpfs | \
+ df -x devtmpfs -x tmpfs | \
sed "1d; s/${sed_bre}/${indent}\\1 \\2/;" | tr '\n' "${le}"
return 0