]> arthur.barton.de Git - bup.git/commitdiff
Fix bup-meta.1 start-extract/finish-extract example.
authorRob Browning <rlb@defaultvalue.org>
Wed, 22 Sep 2010 01:34:51 +0000 (20:34 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 02:24:19 +0000 (19:24 -0700)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-meta.1.md

index ac1940b0318f1045385709ddac8bb419f0864ffd..2c2ea67f1c30ccb76f60839cad25a1a356a15fcd 100644 (file)
@@ -103,9 +103,9 @@ access permissions, etc.) for a set of filesystem paths.
 
     # Restore /etc completely.
     $ mkdir tmp && cd tmp
-    $ bup meta -bf ../etc.meta
+    $ bup meta \-\-start-extract -f ../etc.meta
     ...fill in all regular file contents using some other tool...
-    $ bup meta -sf ../etc.meta
+    $ bup meta \-\-finish-extract -f ../etc.meta
 
 # BUGS