aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-p4.txt
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2021-10-28 16:21:57 +0000
committerJunio C Hamano <gitster@pobox.com>2021-10-28 09:57:09 -0700
commit06ebae09f57da52ae28b3c1548718c42063fab31 (patch)
tree1d83cb293e68b3e6db8801a26e50cb2f6265188a /Documentation/git-p4.txt
parentb7bf32b0c5b4b43b22da78e161154070f1b47aa7 (diff)
downloadgit-06ebae09f57da52ae28b3c1548718c42063fab31.tar.gz
doc: split placeholders as individual tokens
The placeholders represent atoms of tokens and must not be aggregates. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-p4.txt')
-rw-r--r--Documentation/git-p4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-p4.txt b/Documentation/git-p4.txt
index 38e5257b2a..8a6addcf72 100644
--- a/Documentation/git-p4.txt
+++ b/Documentation/git-p4.txt
@@ -361,7 +361,7 @@ These options can be used to modify 'git p4 submit' behavior.
p4/master. See the "Sync options" section above for more
information.
---commit <sha1>|<sha1..sha1>::
+--commit (<sha1>|<sha1>..<sha1>)::
Submit only the specified commit or range of commits, instead of the full
list of changes that are in the current Git branch.