diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-21 14:36:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-21 14:36:09 -0400 |
commit | 43201c32868c12461b46dd7e503c653608a40198 (patch) | |
tree | 8cc7416d3759619cf04deeaf8f1375e76f70c054 /doc/git-annex.mdwn | |
parent | 19e96c4dcf8cf6e78dcc78527530279f205caf98 (diff) |
add per-remote-type info
Now `git annex info $remote` shows info specific to the type of the remote,
for example, it shows the rsync url.
Remote types that support encryption or chunking also include that in their
info.
This commit was sponsored by Ævar Arnfjörð Bjarmason.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 7df4ecb3f..b22ff3881 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -679,8 +679,8 @@ subdirectories). * `info [directory|file|remote ...]` Displays statistics and other information for the specified item, - 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 + which can be a directory, or a file, or a remote. + 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 |