commit cf95ada626787205b2152ce6fe00e343c4413637
parent 2c954112417c5101887d3a789cfd97f44d875390
Author: sin <sin@2f30.org>
Date: Wed, 21 Mar 2018 15:24:34 +0000
Fix typos in README
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README b/README
@@ -2,15 +2,15 @@ dedup is a simple data deduplication program. It is designed to be
used in a pipeline with tar/gpg etc.
dedup only handles a single file at a time, so using tar is advised.
-For example, to dedup a tar file you can invoked dedup as follows:
+For example, to dedup a tar file you can invoke dedup as follows:
tar cf - ~/bak | dedup
-This will create a .{cache,index,store} in the current directory. The
-store file contains all the unique blocks. The index file contains
-all the revisions of files that have been deduplicated. Each revision
-is identified by its SHA256 hash. The cache file is only used to
-speed up block comparison.
+This will create .{cache,index,store} files in the current directory.
+The store file contains all the unique blocks. The index file
+contains all the revisions of files that have been deduplicated. Each
+revision is identified by its SHA256 hash. The cache file is only
+used to speed up block comparison.
To list all known revisions run: