]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-tag.md
Add -l and --human-readable options to "bup ls".
[bup.git] / Documentation / bup-tag.md
index 77b04ff0ec61a0f07709845796d57b80e482db1a..bd6a8c95430353ee7135abfeb40d35f6b91bc486 100644 (file)
@@ -18,7 +18,7 @@ bup tag -d \<tag name\>
 
 `bup tag` lists, creates or deletes a tag in the bup repository.
 
-A tag is an easy way to retreive a specific commit. It can be used to mark a
+A tag is an easy way to retrieve a specific commit. It can be used to mark a
 specific backup for easier retrieval later.
 
 When called without any arguments, the command lists all tags that can
@@ -40,7 +40,7 @@ through /.tag/important as long as the tag is not deleted.
 
 # OPTIONS
 
--d, --delete
+-d, \--delete
 :   delete a tag
 
 # EXAMPLE