Hi,

Actually both suggestions don't work for me:

  % man git-flow
  No manual entry for git-flow

  % git help flow
  No manual entry for git-flow
  See 'man 7 undocumented' for help when manual pages are not available.

Since recent versions "git flow" without arguments does provide
help information (same as "git flow help).

What I find inconsistent is that all commands support -h/--help, except
for the main command:

  % git flow init --help
  usage: git flow init [-h] [-d] [-f]

      Setup a git repository for git flow usage. Can also be used to
      start a git repository.

  % git flow --help
  paul@entropy% git flow --help
  No manual entry for git-flow
  See 'man 7 undocumented' for help when manual pages are not available.

Compare with:

  % git rebase --help
  [I get the manual page]

Maybe the man page is just not installed/generated (correctly)?

Cheers,

Paul

-- 
Using the Power of Debian GNU/Linux  | E-mail: pau...@debian.org
Jabber/GTalk: p...@luon.net          | GnuPG key ID: 0x50064181


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to