shorten some too-long descriptions

This commit is contained in:
Joey Hess 2019-01-16 14:16:10 -04:00
parent 293cf4b554
commit f0a57825e2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 4 additions and 4 deletions

View file

@ -102,7 +102,7 @@ type StatState = StateT StatInfo Annex
cmd :: Command
cmd = noCommit $ withGlobalOptions [jsonOptions, annexedMatchingOptions] $
command "info" SectionQuery
"shows information about the specified item or the repository as a whole"
"information about an item or the repository"
(paramRepeating paramItem) (seek <$$> optParser)
data InfoOptions = InfoOptions