aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-web--browse.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-web--browse.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-web--browse.txt')
-rw-r--r--Documentation/git-web--browse.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-web--browse.txt b/Documentation/git-web--browse.txt
index 8d162b56c5..f2f996cbe1 100644
--- a/Documentation/git-web--browse.txt
+++ b/Documentation/git-web--browse.txt
@@ -8,7 +8,7 @@ git-web--browse - Git helper script to launch a web browser
SYNOPSIS
--------
[verse]
-'git web{litdd}browse' [<options>] <url|file>...
+'git web{litdd}browse' [<options>] (<URL>|<file>)...
DESCRIPTION
-----------