diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-19 21:33:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-19 21:42:03 -0400 |
commit | 0df935bcb77efaaabaad09ff775608f8bfd6ec2e (patch) | |
tree | 87d87fd41a1ed6615dc8dba73d0068ada6db6638 /doc | |
parent | 962713122b0076222e1f61ce4989efe4eef2f12e (diff) |
list --allrepos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index da6f2c1bf..ad74e3441 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -549,14 +549,14 @@ subdirectories). * `whereis [path ...]` - Displays a list of repositories known to contain the contents of the - specified file or files. + Displays a information about where the contents of files are located. * `list [path ...]` Displays a table of remotes that contain the contents of the specified - files. Unlike whereis, this only shows configured remotes, not other - repositories. However it is a more compact display. + files. This is similar to whereis but a more compact display. Only + configured remotes are shown by default; specify --allrepos to list + all repositories. * `log [path ...]` |