document the -A shorthand for --all

This commit is contained in:
Joey Hess 2018-04-03 23:12:04 -04:00
parent 9f33225ad0
commit 28c7e2cf61
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
11 changed files with 11 additions and 11 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.