]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-notes.txt
notes doc: split up run-on sentences
[thirdparty/git.git] / Documentation / git-notes.txt
index bc1bfa3791045e7d30939a931cb1f96ed5735e59..9043274ce8f56c8073b366e57649b8bed1c426e6 100644 (file)
@@ -141,17 +141,16 @@ OPTIONS
        If multiple `-m` options are given, their values
        are concatenated as separate paragraphs.
        Lines starting with `#` and empty lines other than a
-       single line between paragraphs will be stripped out,
-       if you wish to keep them verbatim, use `--no-stripspace`.
+       single line between paragraphs will be stripped out.
+       If you wish to keep them verbatim, use `--no-stripspace`.
 
 -F <file>::
 --file=<file>::
        Take the note message from the given file.  Use '-' to
        read the note message from the standard input.
        Lines starting with `#` and empty lines other than a
-       single line between paragraphs will be stripped out,
-       if you wish to keep them verbatim, use with
-       `--no-stripspace` option.
+       single line between paragraphs will be stripped out.
+       If you wish to keep them verbatim, use `--no-stripspace`.
 
 -C <object>::
 --reuse-message=<object>::