diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-22 03:17:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-22 03:17:14 +0000 |
commit | d7bf7dee470c5e79814beee95e4ed9479828e22a (patch) | |
tree | 40b9444da6af6b94c6798cf7dfed3ab396addf1e /src | |
parent | 3032beba73297169e05dbcc63093515fe2b90cb2 (diff) | |
download | coreutils-d7bf7dee470c5e79814beee95e4ed9479828e22a.tar.xz |
(usage): Reflect that now --no-sync is the default.
Diffstat (limited to 'src')
-rw-r--r-- | src/df.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -649,8 +649,8 @@ or all filesystems by default.\n\ -i, --inodes list inode information instead of block usage\n\ -k, --kilobytes use 1024-byte blocks, not 512 despite POSIXLY_CORRECT\n\ -m, --megabytes use 1024K-byte blocks, not 512 despite POSIXLY_CORRECT\n\ - --sync invoke sync before getting usage info (default)\n\ - --no-sync do not invoke sync before getting usage info\n\ + --no-sync do not invoke sync before getting usage info (default)\n\ + --sync invoke sync before getting usage info\n\ -t, --type=TYPE limit listing to filesystems of type TYPE\n\ -x, --exclude-type=TYPE limit listing to filesystems not of type TYPE\n\ -v (ignored)\n\ |