diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-21 14:37:25 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-21 15:22:01 +0200 |
commit | 66e59bc2f10e35fbbbbaa7c4abff8a27148f00e4 (patch) | |
tree | d6c6af6e3e1d7a30c09dec824aa78a0e9741a7bd /difftool/options.c | |
parent | 1c8e61f284ff04e3b63c46044d7b890a7e93e302 (diff) |
Use "old" and "new" prefix when extracting files in sqfsdiff
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'difftool/options.c')
-rw-r--r-- | difftool/options.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/difftool/options.c b/difftool/options.c index 8224b1d..149f736 100644 --- a/difftool/options.c +++ b/difftool/options.c @@ -52,9 +52,9 @@ static const char *usagestr = " --super, -S Also compare metadata in super blocks.\n" "\n" " --extract, -e <path> Extract files that differ to the specified\n" -" directory. Contents of the first image end up\n" -" in a subdirectory 'a' and of the second image\n" -" in a subdirectory 'b'.\n" +" directory. Contents of the first filesystem\n" +" end up in a subdirectory 'old' and of the\n" +" second filesystem in a subdirectory 'new'.\n" "\n" " --help, -h Print help text and exit.\n" " --version, -V Print version information and exit.\n" |