doc: remove unsupported parameter from patch-id
authorAndreas Heiduk <asheiduk@gmail.com>
Thu, 27 Jul 2017 22:46:16 +0000 (00:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Jul 2017 21:41:32 +0000 (14:41 -0700)
The patch is read from standard input and not from a parameter.

Signed-off-by: Andreas Heiduk <asheiduk@gmail.com>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-patch-id.txt
index cf71fba1c0a9c18ea6428ab49820cb9e707608c6..442caff8a9c394168839e63f4612c9083386175a 100644 (file)
@@ -56,9 +56,6 @@ OPTIONS
 
        This is the default.
 
-<patch>::
-       The diff to create the ID of.
-
 GIT
 ---
 Part of the linkgit:git[1] suite