remove useless option (#825)

This commit is contained in:
Alexandre ZANNI
2019-09-14 06:58:19 +02:00
committed by John Furrow
parent 344a148cff
commit 4964e30107
+1 -1
View File
@@ -19,7 +19,7 @@ const filterMountPoint =
const diskUsage = {
linux: () =>
execFile('df --block-size=1024 --portability | tail -n+2', {
execFile('df | tail -n+2', {
shell: true,
maxBuffer: 4096,
}).then(({stdout}) =>