]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-join.md
index: remove vestigial buffer and sys imports
[bup.git] / Documentation / bup-join.md
index 2b010c2921a1e593f4efc043581cad6cdf19d9e7..e1a708bfd31c1a6d3ac283cd748683f46d290237 100644 (file)
@@ -34,8 +34,7 @@ join` reads them from stdin instead.
     `~/.ssh/config` file.  Even though the data source is remote, a
     local bup repository is still required.
 
-# EXAMPLE
-
+# EXAMPLES
     # split and then rejoin a file using its tree id
     TREE=$(tar -cvf - /etc | bup split -t)
     bup join $TREE | tar -tf -