]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs/frontends/CLI.rst: fix markup of * and ?.
authorDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Sun, 11 Nov 2012 16:04:23 +0000 (16:04 +0000)
committerDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Sun, 11 Nov 2012 16:04:23 +0000 (16:04 +0000)
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
docs/frontends/CLI.rst

index 9783197b7b71ffb67244e74c0da14382a704159e..34e90c94833f64b0786c2bb6125095c9c0778b1d 100644 (file)
@@ -56,7 +56,7 @@ functionality) and including versions for a number of dependent libraries,
 like Twisted, Foolscap, pycryptopp, and zfec. "``tahoe --version-and-path``"
 will also show the path from which each library was imported.
 
-On Unix systems, the shell expands filename wildcards (`` * and ? ``)
+On Unix systems, the shell expands filename wildcards — ``'*'`` and ``'?'`` —
 before the program is able to read them, which may produce unexpected
 results for many ``tahoe`` comands. We recommend, if you use wildcards,
 to start the path with "``./``", for example "``tahoe cp -r ./* somewhere:``".