diff options
author | Andreas Heiduk <asheiduk@gmail.com> | 2017-07-28 00:46:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-28 14:41:32 -0700 |
commit | ac05222b31954527f4342d3b7a15c3c8d5bd01c6 (patch) | |
tree | a6df15b33c1d9ca60385981e20c130be297a50d4 | |
parent | 840ed141983718e0c5518a325534a5656797132a (diff) | |
download | git-ah/patch-id-doc.tar.gz |
doc: remove unsupported parameter from patch-idah/patch-id-doc
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>
-rw-r--r-- | Documentation/git-patch-id.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/git-patch-id.txt b/Documentation/git-patch-id.txt index cf71fba1c0..442caff8a9 100644 --- a/Documentation/git-patch-id.txt +++ b/Documentation/git-patch-id.txt @@ -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 |