From 91b2b3a817f5a06cbbb218d07a8607401c263348 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Oct 2014 13:00:05 -0400 Subject: [PATCH] simplify usage display This avoids making the parameters column quite wide, which caused descriptions of other commands to not fit in 80 cols in the usage display. FIELD=VALUE is a simplification, but so was the old display. The man page gives more detail. --- Command/View.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/View.hs b/Command/View.hs index e8d3609468..bfe030e236 100644 --- a/Command/View.hs +++ b/Command/View.hs @@ -42,7 +42,7 @@ perform view = do next $ checkoutViewBranch view applyView paramView :: String -paramView = paramPair (paramRepeating "TAG") (paramRepeating "FIELD=VALUE") +paramView = paramRepeating "FIELD=VALUE" mkView :: [String] -> Annex View mkView params = go =<< inRepo Git.Branch.current