note on efficiency
This commit is contained in:
parent
5e34570299
commit
9f33225ad0
1 changed files with 14 additions and 4 deletions
|
@ -25,16 +25,26 @@ some file formats can be usefully streamed in this way.
|
||||||
|
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
|
|
||||||
* file matching options
|
* `[path ..]`
|
||||||
|
|
||||||
The [[git-annex-matching-options]](1)
|
The files or directories whose partially downloaded content you want to
|
||||||
can be used to specify files to access.
|
access.
|
||||||
|
|
||||||
|
Note that, when no path is specified, it defaults to all files in the
|
||||||
|
current working directory, and subdirectories, which can take a while to
|
||||||
|
traverse. It's most efficient to specify a the file you are interested
|
||||||
|
in, or to use `--all`
|
||||||
|
|
||||||
* `--all`
|
* `--all`
|
||||||
|
|
||||||
Rather than specifying a filename or path, this option can be
|
Rather than specifying a filename or path, this option can be
|
||||||
used to access all files that are currently being downloaded.
|
used to access all files that are currently being downloaded.
|
||||||
|
|
||||||
|
* file matching options
|
||||||
|
|
||||||
|
The [[git-annex-matching-options]](1)
|
||||||
|
can be used to specify files to access.
|
||||||
|
|
||||||
# EXIT STATUS
|
# EXIT STATUS
|
||||||
|
|
||||||
If any of the requested files are not currently being downloaded,
|
If any of the requested files are not currently being downloaded,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue