From d7bf7dee470c5e79814beee95e4ed9479828e22a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 22 Apr 1996 03:17:14 +0000 Subject: [PATCH] (usage): Reflect that now --no-sync is the default. --- src/df.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/df.c b/src/df.c index 41780f10d8..7841b8bdc4 100644 --- a/src/df.c +++ b/src/df.c @@ -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\ -- 2.47.2