tag: fix some mis-organized options in "-h" listing
commitdd059c6c07ede0486da5f9d02619687ae3108773
authorJeff King <peff@peff.net>
Thu, 12 Mar 2015 18:15:09 +0000 (12 14:15 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Mar 2015 18:54:55 +0000 (12 11:54 -0700)
tree7432ab301d8893871387178285bf1d7a59fbd7a8
parentb150794dafb0a7a1c5caba6fdf7d517a1a15cb59
tag: fix some mis-organized options in "-h" listing

Running "git tag -h" currently prints:

  [...]
  Tag creation options
      [...]
      --column[=<style>]    show tag list in columns
      --sort <type>         sort tags

  Tag listing options
      --contains <commit>   print only tags that contain the commit
      --points-at <object>  print only tags of the object

The "--column" and "--sort" options should go under the "Tag listing" group.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/tag.c