]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-gc.md
prune-older: fix output with --pretend
[bup.git] / Documentation / bup-gc.md
index 4996f3d1e429a1589efd64a61ffefa91ec57f6a1..64120e89bc73d07afc3984066162e4dc3cd46fd9 100644 (file)
@@ -4,11 +4,11 @@
 
 # NAME
 
-bup-gc - remove unreferenced, unneeded data (CAUTION: EXPERIMENTAL)
+bup-gc - remove unreferenced, unneeded data
 
 # SYNOPSIS
 
-bup gc [-#|--verbose] <*branch*|*save*...>
+bup gc [-#|\--verbose] <*branch*|*save*...>
 
 # DESCRIPTION
 
@@ -30,7 +30,7 @@ WARNING: This is one of the few bup commands that modifies your
 archive in intentionally destructive ways.  Though if an attempt to
 `join` or `restore` the data you still care about after a `gc`
 succeeds, that's a fairly encouraging sign that the commands worked
-correctly.  (The `t/compare-trees` command in the source tree can be
+correctly.  (The `dev/compare-trees` command in the source tree can be
 used to help test before/after results.)
 
 # OPTIONS