summaryrefslogtreecommitdiff
path: root/fsck.btrfs
diff options
context:
space:
mode:
Diffstat (limited to 'fsck.btrfs')
-rwxr-xr-xfsck.btrfs4
1 files changed, 1 insertions, 3 deletions
diff --git a/fsck.btrfs b/fsck.btrfs
index e90043a5..f056a7f1 100755
--- a/fsck.btrfs
+++ b/fsck.btrfs
@@ -31,9 +31,7 @@ if [ ! -e $DEV ]; then
echo "$0: $DEV does not exist"
exit 8
fi
-if $AUTO; then
- echo "$0: BTRFS file system."
-else
+if [ "$AUTO" == "false" ]; then
echo "If you wish to check the consistency of a BTRFS filesystem or"
echo "repair a damaged filesystem, see btrfs(8) subcommand 'check'."
fi