]> arthur.barton.de Git - bup.git/commitdiff
bup-index.md: fix path ref; update description
authorRob Browning <rlb@defaultvalue.org>
Mon, 18 Jan 2016 00:53:18 +0000 (18:53 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 5 Mar 2016 18:22:48 +0000 (12:22 -0600)
Change one more "filename" to "path", and adjust the initial
description.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-index.md

index accbfec1bb18463bdea3eb923381d8ec78a5e49f..a70cd65ad6756495f4768d583c0a8992bb15c2db 100644 (file)
@@ -15,11 +15,10 @@ bup index \<-p|-m|-s|-u|\--clear|\--check\> [-H] [-l] [-x] [\--fake-valid]
 
 # DESCRIPTION
 
-`bup index` prints and/or updates the bup filesystem index,
-which is a cache of the absolute paths, attributes, and sha-1
-hashes of each file and directory in the filesystem.  The
-bup index is similar in function to the `git`(1) index, and
-can be found in `$BUP_DIR/bupindex`.
+`bup index` manipulates the filesystem index, which is a cache of
+absolute paths and their metadata (atttributes, SHA-1 hashes, etc.).
+The bup index is similar in function to the `git`(1) index, and the
+default index can be found in `$BUP_DIR/bupindex`.
 
 Creating a backup in bup consists of two steps: updating
 the index with `bup index`, then actually backing up the
@@ -109,7 +108,7 @@ does, due to the accommodations described above.
 
 -s, \--status
 :   prepend a status code (A, M, D, or space) before each
-    filename.  Implies `-p`.  The codes mean, respectively,
+    path.  Implies `-p`.  The codes mean, respectively,
     that a file is marked in the index as added, modified,
     deleted, or unchanged since the last backup.