From f0a57825e289916c435549b22ac1284a642396de Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 16 Jan 2019 14:16:10 -0400 Subject: [PATCH] shorten some too-long descriptions --- Command/CalcKey.hs | 2 +- Command/Info.hs | 2 +- doc/git-annex-calckey.mdwn | 2 +- doc/git-annex-info.mdwn | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Command/CalcKey.hs b/Command/CalcKey.hs index 49da891536..0226a15bba 100644 --- a/Command/CalcKey.hs +++ b/Command/CalcKey.hs @@ -14,7 +14,7 @@ import Types.KeySource cmd :: Command cmd = noCommit $ noMessages $ dontCheck repoExists $ command "calckey" SectionPlumbing - "calculates the key that would be used to refer to a file" + "calulate key for a file" (paramRepeating paramFile) (batchable run (pure ())) diff --git a/Command/Info.hs b/Command/Info.hs index cabb538336..20b9bb2e58 100644 --- a/Command/Info.hs +++ b/Command/Info.hs @@ -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 diff --git a/doc/git-annex-calckey.mdwn b/doc/git-annex-calckey.mdwn index f9e90b30c4..b7f5464548 100644 --- a/doc/git-annex-calckey.mdwn +++ b/doc/git-annex-calckey.mdwn @@ -1,6 +1,6 @@ # 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 diff --git a/doc/git-annex-info.mdwn b/doc/git-annex-info.mdwn index b0a9aeb195..c8ea473e53 100644 --- a/doc/git-annex-info.mdwn +++ b/doc/git-annex-info.mdwn @@ -1,6 +1,6 @@ # 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