Hacker News new | ask | show | jobs
by dotancohen 1355 days ago

  $ info git | head
  info: No menu item 'git' in node '(dir)Top'
  GIT(1)                         Git Manual                         GIT(1)

  NAME
       git - the stupid content tracker

  SYNOPSIS
       git [--version] [--help] [-C <path>] [-c <name>=<value>]
           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
           [-p|--paginate|-P|--no-pager] [--no-replace-objects] [--bare]
           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
1 comments

That's just info(1) falling back to the man page.
Thanks, I did not realize that it does that.