document the -A shorthand for --all
This commit is contained in:
parent
9f33225ad0
commit
28c7e2cf61
11 changed files with 11 additions and 11 deletions
|
@ -47,7 +47,7 @@ Copies the content of files from or to another remote.
|
|||
and always check if the remote has content. Can be useful if the location
|
||||
tracking information is out of date.
|
||||
|
||||
* `--all`
|
||||
* `--all` `-A`
|
||||
|
||||
Rather than specifying a filename or path to copy, this option can be
|
||||
used to copy all available versions of all files.
|
||||
|
|
|
@ -35,7 +35,7 @@ safe to do so.
|
|||
the last repository that is storing their content. Data loss can
|
||||
result from using this option.
|
||||
|
||||
* `--all`
|
||||
* `--all` `-A`
|
||||
|
||||
Rather than specifying a filename or path to drop, this option can be
|
||||
used to drop all available versions of all files.
|
||||
|
|
|
@ -65,7 +65,7 @@ With parameters, only the specified files are checked.
|
|||
To verify data integrity only while disregarding required number of copies,
|
||||
use `--numcopies=1`.
|
||||
|
||||
* `--all`
|
||||
* `--all` `-A`
|
||||
|
||||
Normally only the files in the currently checked out branch
|
||||
are fscked. This option causes all versions of all files to be fscked.
|
||||
|
|
|
@ -58,7 +58,7 @@ or transferring them from some kind of key-value store.
|
|||
as git-annex does not know the associated file, and the associated file
|
||||
may not even be in the current git working directory.
|
||||
|
||||
* `--all`
|
||||
* `--all` `-A`
|
||||
|
||||
Rather than specifying a filename or path to get, this option can be
|
||||
used to get all available versions of all files.
|
||||
|
|
|
@ -35,7 +35,7 @@ some file formats can be usefully streamed in this way.
|
|||
traverse. It's most efficient to specify a the file you are interested
|
||||
in, or to use `--all`
|
||||
|
||||
* `--all`
|
||||
* `--all` `-A`
|
||||
|
||||
Rather than specifying a filename or path, this option can be
|
||||
used to access all files that are currently being downloaded.
|
||||
|
|
|
@ -34,7 +34,7 @@ showing each repository they were added to ("+") and removed from ("-").
|
|||
The [[git-annex-matching-options]](1)
|
||||
can be used to specify files to act on.
|
||||
|
||||
* `--all`
|
||||
* `--all` `-A`
|
||||
|
||||
Shows location log changes to all files, with the most recent changes first.
|
||||
In this mode, the names of files are not available and keys are displayed
|
||||
|
|
|
@ -80,7 +80,7 @@ automatically.
|
|||
The [[git-annex-matching-options]](1)
|
||||
can be used to specify files to act on.
|
||||
|
||||
* `--all`
|
||||
* `--all` `-A`
|
||||
|
||||
Specify instead of a file to get/set metadata on all known keys.
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ contents. Use [[git-annex-sync]](1) for that.
|
|||
Enables parallel transfers with up to the specified number of jobs
|
||||
running at once. For example: `-J10`
|
||||
|
||||
* `--all`
|
||||
* `--all` `-A`
|
||||
|
||||
Mirror all objects stored in the git annex, not only objects used by
|
||||
currently existing files.
|
||||
|
|
|
@ -30,7 +30,7 @@ Moves the content of files from or to another remote.
|
|||
Enables parallel transfers with up to the specified number of jobs
|
||||
running at once. For example: `-J10`
|
||||
|
||||
* `--all`
|
||||
* `--all` `-A`
|
||||
|
||||
Rather than specifying a filename or path to move, this option can be
|
||||
used to move all available versions of all files.
|
||||
|
|
|
@ -94,7 +94,7 @@ by running "git annex sync" on the remote.
|
|||
|
||||
This option can be repeated multiple times with different paths.
|
||||
|
||||
* `--all`
|
||||
* `--all` `-A`
|
||||
|
||||
This option, when combined with `--content`, makes all available versions
|
||||
of all files be synced, when preferred content settings allow.
|
||||
|
|
|
@ -31,7 +31,7 @@ For example:
|
|||
|
||||
Show where a particular git-annex key is located.
|
||||
|
||||
* `--all`
|
||||
* `--all` `-A`
|
||||
|
||||
Show whereis information for all known keys.
|
||||
|
||||
|
|
Loading…
Reference in a new issue