]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-tag.md
Add documentation for import-duplicity
[bup.git] / Documentation / bup-tag.md
index 77b04ff0ec61a0f07709845796d57b80e482db1a..28d52337240c49d6142f68005eae02f92bf8999e 100644 (file)
@@ -10,15 +10,15 @@ bup-tag - tag a commit in the bup repository
 
 bup tag
 
-bup tag \<tag name\> \<committish\>
+bup tag [-f] \<tag name\> \<committish\>
 
-bup tag -d \<tag name\>
+bup tag -d [-f] \<tag name\>
 
 # DESCRIPTION
 
 `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,11 +40,15 @@ through /.tag/important as long as the tag is not deleted.
 
 # OPTIONS
 
--d, --delete
+-d, \--delete
 :   delete a tag
 
-# EXAMPLE
-    
+-f, \--force
+:  Overwrite the named tag even if it already exists. With -f, don't
+   report a missing tag as an error.
+
+# EXAMPLES
+
     $ bup tag new-puppet-version hostx-backup
     
     $ bup tag