]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-ls.md
Rectify bup-split documentation for the fanout option.
[bup.git] / Documentation / bup-ls.md
index ed07ca64a1b61853e57d351950b06da4d4732312..443f1788f35efbe7525f9180e81b5fbeafa34c49 100644 (file)
@@ -8,7 +8,7 @@ bup-ls - list the contents of a bup repository
 
 # SYNOPSIS
 
-bup ls [-s] [-a] <paths...>
+bup ls [-s] [-a] \<paths...\>
 
 # DESCRIPTION
 
@@ -38,10 +38,10 @@ you can view its contents using `bup join` or `git show`.
 
 # OPTIONS
 
--s, --hash
+-s, \--hash
 :   show hash for each file/directory.
 
--a, --all
+-a, \--all
 :   show hidden files.
 
 # EXAMPLE