aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-notes.txt
diff options
context:
space:
mode:
authorJohan Herland <johan@herland.net>2010-02-13 22:28:31 +0100
committerJunio C Hamano <gitster@pobox.com>2010-02-13 19:36:15 -0800
commitba20f15e0a220705695a1ee19fb28234861b890d (patch)
treec83cf491b4c13665b69bfd68eb7138efcce58849 /Documentation/git-notes.txt
parente397421abf1003c4da824441f91d8c990b70fa98 (diff)
downloadgit-ba20f15e0a220705695a1ee19fb28234861b890d.tar.gz
builtin-notes: Add --message/--file aliases for -m/-F options
Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-notes.txt')
-rw-r--r--Documentation/git-notes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt
index 4d29d5fb94..8969f6f8fa 100644
--- a/Documentation/git-notes.txt
+++ b/Documentation/git-notes.txt
@@ -58,11 +58,13 @@ prune::
OPTIONS
-------
-m <msg>::
+--message=<msg>::
Use the given note message (instead of prompting).
If multiple `-m` options are given, their values
are concatenated as separate paragraphs.
-F <file>::
+--file=<file>::
Take the note message from the given file. Use '-' to
read the note message from the standard input.