shorten some too-long descriptions
This commit is contained in:
parent
293cf4b554
commit
f0a57825e2
4 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ import Types.KeySource
|
||||||
cmd :: Command
|
cmd :: Command
|
||||||
cmd = noCommit $ noMessages $ dontCheck repoExists $
|
cmd = noCommit $ noMessages $ dontCheck repoExists $
|
||||||
command "calckey" SectionPlumbing
|
command "calckey" SectionPlumbing
|
||||||
"calculates the key that would be used to refer to a file"
|
"calulate key for a file"
|
||||||
(paramRepeating paramFile)
|
(paramRepeating paramFile)
|
||||||
(batchable run (pure ()))
|
(batchable run (pure ()))
|
||||||
|
|
||||||
|
|
|
@ -102,7 +102,7 @@ type StatState = StateT StatInfo Annex
|
||||||
cmd :: Command
|
cmd :: Command
|
||||||
cmd = noCommit $ withGlobalOptions [jsonOptions, annexedMatchingOptions] $
|
cmd = noCommit $ withGlobalOptions [jsonOptions, annexedMatchingOptions] $
|
||||||
command "info" SectionQuery
|
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)
|
(paramRepeating paramItem) (seek <$$> optParser)
|
||||||
|
|
||||||
data InfoOptions = InfoOptions
|
data InfoOptions = InfoOptions
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
git-annex calckey - calculates the key that would be used to refer to a file
|
git-annex calckey - calulate key for a file
|
||||||
|
|
||||||
# SYNOPSIS
|
# SYNOPSIS
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
git-annex info - shows information about the specified item or the repository as a whole
|
git-annex info - information about an item or the repository
|
||||||
|
|
||||||
# SYNOPSIS
|
# SYNOPSIS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue