diff options
author | obrien <obrien@FreeBSD.org> | 2004-04-18 20:56:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-04-18 20:56:31 +0000 |
commit | ab7a6b93627b8918521415284c10f919967c4877 (patch) | |
tree | edde21c4a53be444a29b92f2250a0b6eeddfa674 /bin/df/df.1 | |
parent | 40fb1e73cdf47ac5217b07989b72da90ecb11da6 (diff) | |
download | FreeBSD-src-ab7a6b93627b8918521415284c10f919967c4877.zip FreeBSD-src-ab7a6b93627b8918521415284c10f919967c4877.tar.gz |
Add -c option simular to du(1).
PR: 19635
Submitted by: cyrille.lefevre@laposte.net
Diffstat (limited to 'bin/df/df.1')
-rw-r--r-- | bin/df/df.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 0f4723a..ab5a318 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -40,7 +40,7 @@ .Fl b | h | H | k | .Fl m | P .Oc -.Op Fl ailn +.Op Fl aciln .Op Fl t Ar type .Op Ar file | filesystem ... .Sh DESCRIPTION @@ -69,6 +69,8 @@ Use 512-byte blocks rather than the default. Note that this overrides the .Ev BLOCKSIZE specification from the environment. +.It Fl c +Display a grand total. .It Fl g Use 1073741824-byte (1-Gbyte) blocks rather than the default. Note that this overrides the |