Teach notes code to properly preserve non-notes in the notes tree
[gitweb.git] / Documentation / git-notes.txt
index d4487cab5284670644f88d95680581ffd29ae952..0d1ada6a0ced4ad0d1df8e32b34eedc7d463547d 100644 (file)
@@ -37,14 +37,12 @@ OPTIONS
 -------
 -m <msg>::
        Use the given note message (instead of prompting).
-       If multiple `-m` (or `-F`) options are given, their
-       values are concatenated as separate paragraphs.
+       If multiple `-m` options are given, their values
+       are concatenated as separate paragraphs.
 
 -F <file>::
        Take the note message from the given file.  Use '-' to
        read the note message from the standard input.
-       If multiple `-F` (or `-m`) options are given, their
-       values are concatenated as separate paragraphs.
 
 
 Author