From 5d5521d1bbb20487a739ed3c7f2c8eba42d92b82 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 28 Mar 2019 13:21:37 -0400 Subject: [PATCH] mention that repo decription can be used --- doc/git-annex-info.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/git-annex-info.mdwn b/doc/git-annex-info.mdwn index c8ea473e53..455b67cad9 100644 --- a/doc/git-annex-info.mdwn +++ b/doc/git-annex-info.mdwn @@ -4,13 +4,13 @@ git-annex info - information about an item or the repository # SYNOPSIS -git annex info `[directory|file|treeish|remote|uuid ...]` +git annex info `[directory|file|treeish|remote|description|uuid ...]` # DESCRIPTION Displays statistics and other information for the specified item, which can be a directory, or a file, or a treeish, or a remote, -or the uuid of a repository. +or the description or uuid of a repository. When no item is specified, displays statistics and information for the repository as a whole.