diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-21 13:44:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-21 14:35:07 -0400 |
commit | 19e96c4dcf8cf6e78dcc78527530279f205caf98 (patch) | |
tree | 02f15841f1dbd68297b399d49a211879d589d6a0 /doc/git-annex.mdwn | |
parent | 025c8e0d6e4c0037296968a828a6b57148f8e5e5 (diff) |
info: When passed the name or uuid of a remote, displays info about that remote.
No per-remote-type info yet.
This commit was sponsored by Stanley Yamane.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 95d8e14c5..7df4ecb3f 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -676,10 +676,12 @@ subdirectories). To generate output suitable for the gource visualization program, specify `--gource`. -* `info [directory|file ...]` +* `info [directory|file|remote ...]` Displays statistics and other information for the specified item, - or if none is specified, for the repository as a whole. + which can be a directory, or a file, or a remote (specified by name or + UUID). When no item is specified, displays statistics and information + for the repository as a whole. When a directory is specified, the file matching options can be used to select the files in the directory that are included in the statistics. |