summaryrefslogtreecommitdiffstats
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-06-01 08:06:39 +0200
committerJunio C Hamano <gitster@pobox.com>2018-06-01 08:06:39 +0200
commit7659bda0f3be83620ee8d8b7326be3dd2b53e2ae (patch)
tree5bf2326a2641f3b6eab30452461b3f857ad269e2 /Documentation/git-svn.txt
parentMerge branch 'en/rev-parse-invalid-range' (diff)
parentUse proper syntax for replaceables in command docs (diff)
downloadgit-7659bda0f3be83620ee8d8b7326be3dd2b53e2ae.tar.xz
git-7659bda0f3be83620ee8d8b7326be3dd2b53e2ae.zip
Merge branch 'rd/doc-options-placeholder'
Docfix. * rd/doc-options-placeholder: Use proper syntax for replaceables in command docs
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index e9615951d2..7ea24fc942 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -8,7 +8,7 @@ git-svn - Bidirectional operation between a Subversion repository and Git
SYNOPSIS
--------
[verse]
-'git svn' <command> [options] [arguments]
+'git svn' <command> [<options>] [<arguments>]
DESCRIPTION
-----------