aboutsummaryrefslogtreecommitdiff
path: root/difftool/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'difftool/options.c')
-rw-r--r--difftool/options.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/difftool/options.c b/difftool/options.c
index 82b6ddc..37465e8 100644
--- a/difftool/options.c
+++ b/difftool/options.c
@@ -29,12 +29,8 @@ static const char *usagestr =
"images, this actually parses the filesystems and generates a more\n"
"meaningful difference report.\n"
"\n"
-"The tool can also compare the contents of a squashfs image to a directory.\n"
-"This case is detected transparently if --new or --old referes to a directory\n"
-"instead of a squashfs image.\n"
-"\n"
"If only contents are compared, any differences in packed file layout,\n"
-"ordering, compression, inode allocation and so on is ignored and the two\n"
+"ordering, compression, inode meta data and so on is ignored and the two\n"
"images are considered equal if each directory contains the same entries,\n"
"symlink with the same paths have the same targets, device nodes the same\n"
"device number and files the same size and contents.\n"
@@ -53,7 +49,7 @@ static const char *usagestr =
"\n"
" --timestamps, -T Compare file timestamps.\n"
" --inode-num, -I Compare inode numbers of all files.\n"
-" --super, -S Also compare metadata in super blocks.\n"
+" --super, -S Also compare meta data in super blocks.\n"
"\n"
" --extract, -e <path> Extract files that differ to the specified\n"
" directory. Contents of the first filesystem\n"