git.c: show usage for accessing the git(1) help page
authorPhilip Oakley <philipoakley@iee.org>
Wed, 15 May 2019 22:47:08 +0000 (23:47 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 May 2019 01:44:09 +0000 (10:44 +0900)
It is not immediately obvious how to use the `git help` system to show
the git(1) page, with its overview and its background and coordinating
material, such as environment variables.

Let's simply list it as the last few words of the last usage line.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found