add FIELD?=GLOB to git-annex view usage
authorJoey Hess <joeyh@joeyh.name>
Tue, 7 Feb 2023 22:09:10 +0000 (18:09 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 7 Feb 2023 22:09:10 +0000 (18:09 -0400)
commitc209e0f643ef7f582aebe00bc6f0ee1586b9a9cf
treeb23af3677512c857da5d8dc1bcbd28409084b06b
parentaa0350ff4917a202fdef42672306c8cc2944ed49
add FIELD?=GLOB to git-annex view usage

And also to vadd usage.

Also added some other things to the usage that were omitted before to
save space.

Adding even FIELD?=GLOB made the git-annex --help list of commands grow
too wide for an 80 column display. So, removed the description of
parameters from that list of commands.

Sponsored-By: Brock Spratlen on Patreon
CmdLine/Usage.hs
Command.hs
Command/VAdd.hs
Command/View.hs