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.
This commit is contained in:
parent
15273015bb
commit
91b2b3a817
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue