diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-06-01 08:06:39 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-01 08:06:39 +0200 |
commit | 7659bda0f3be83620ee8d8b7326be3dd2b53e2ae (patch) | |
tree | 5bf2326a2641f3b6eab30452461b3f857ad269e2 /Documentation/git-svn.txt | |
parent | Merge branch 'en/rev-parse-invalid-range' (diff) | |
parent | Use proper syntax for replaceables in command docs (diff) | |
download | git-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.txt | 2 |
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 ----------- |