From 20c8b90d974bd049dac0b48223d5a89328b0a2e5 Mon Sep 17 00:00:00 2001 From: Siarhei Bobryk Date: Sun, 2 Jun 2019 13:25:22 +0300 Subject: [PATCH] Extend the git commands list to get the manpage Recently I found the extra way to get the manpage so I'd like add it to the book. --- book/01-introduction/sections/help.asc | 1 + 1 file changed, 1 insertion(+) diff --git a/book/01-introduction/sections/help.asc b/book/01-introduction/sections/help.asc index b8a4f8968..762cfe935 100644 --- a/book/01-introduction/sections/help.asc +++ b/book/01-introduction/sections/help.asc @@ -6,6 +6,7 @@ If you ever need help while using Git, there are two equivalent ways to get the [source,console] ---- $ git help +$ git --help $ man git- ----