diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2015-09-19 09:47:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-21 10:48:17 -0700 |
commit | 340f2c5e631c788c0e4a508c21349e04ceed7966 (patch) | |
tree | c51a9942cbf1867f1066beb33b61d26493d796fc /Documentation/git-commit.txt | |
parent | ee6ad5f4d56e697c972af86cbefdf269b386e470 (diff) | |
download | git-340f2c5e631c788c0e4a508c21349e04ceed7966.tar.gz |
Documentation: use 'keyid' consistently, not 'key-id'
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 904dafa0f7..51c63d6676 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -13,7 +13,7 @@ SYNOPSIS [-F <file> | -m <msg>] [--reset-author] [--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=<author>] [--date=<date>] [--cleanup=<mode>] [--[no-]status] - [-i | -o] [-S[<key-id>]] [--] [<file>...] + [-i | -o] [-S[<keyid>]] [--] [<file>...] DESCRIPTION ----------- |