From 288e2afcb2eee3e5769651ff5576f213c2b1088b Mon Sep 17 00:00:00 2001 From: Austin Date: Fri, 2 Oct 2020 00:00:00 +0200 Subject: [PATCH] dfc: make "file system" one word --- pages/common/dfc.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/dfc.md b/pages/common/dfc.md index 9133636f09..57d2d35dda 100644 --- a/pages/common/dfc.md +++ b/pages/common/dfc.md @@ -1,20 +1,20 @@ # dfc -> Gives an overview of the file system disk space usage with colours and graphs. +> Gives an overview of the filesystem disk space usage with colours and graphs. > More information: . -- Display file systems and their disk usage in human readable form with colours and graphs: +- Display filesystems and their disk usage in human readable form with colours and graphs: `dfc` -- Display all file systems including pseudo, duplicate and inaccessible file systems: +- Display all filesystems including pseudo, duplicate and inaccessible file systems: `dfc -a` -- Display file systems without colour: +- Display filesystems without colour: `dfc -c never` -- Display file systems containing "ext" in the file system type: +- Display filesystems containing "ext" in the file system type: `dfc -t ext`