From 36e8c675c9073e8bee1856c7150a129e6a61215c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 30 Nov 2016 14:16:57 -0400 Subject: avoid too-long command synopsis It was making git-annex usage output columns far too wide --- Command/Reinject.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Command') diff --git a/Command/Reinject.hs b/Command/Reinject.hs index 97aa602e7..7d2da9420 100644 --- a/Command/Reinject.hs +++ b/Command/Reinject.hs @@ -16,8 +16,7 @@ import Types.KeySource cmd :: Command cmd = command "reinject" SectionUtility "inject content of file back into annex" - (paramRepeating (paramPair "SRC" "DEST") - `paramOr` "--known " ++ paramRepeating "SRC") + (paramRepeating (paramPair "SRC" "DEST")) (seek <$$> optParser) data ReinjectOptions = ReinjectOptions -- cgit v1.2.3