mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 13:53:07 +00:00
docs/frontends/CLI.rst: fix markup of * and ?.
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
This commit is contained in:
parent
86471233f0
commit
4c91fa948d
@ -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:``".
|
||||
|
Loading…
x
Reference in New Issue
Block a user