]> arthur.barton.de Git - bup.git/commitdiff
Documentation/bup-split.md: fix a parser error.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Dec 2010 09:31:47 +0000 (01:31 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Dec 2010 09:31:47 +0000 (01:31 -0800)
The version of pandoc that I use doesn't like quotation marks, so use single
quotes instead.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Documentation/bup-split.md

index 43fccc5ee67de064bc1355a24ff90672dbf90bcf..e0598e4b49089eadf2d7b964293fc6045c53cb78 100644 (file)
@@ -20,7 +20,7 @@ bup split [-r *host*:*path*] <-b|-t|-c|-n *name*> [-v] [-q]
 the content into chunks of around 8k using a rolling
 checksum algorithm, and saves the chunks into a bup
 repository.  Chunks which have previously been stored are
-not stored again (ie. they are "deduplicated").
+not stored again (ie. they are 'deduplicated').
 
 Because of the way the rolling checksum works, chunks
 tend to be very stable across changes to a given file,