Skip to content

Commit 7bbe594

Browse files
committed
Merge branch 'kr/clone-synopsis-fix'
Doc fix. * kr/clone-synopsis-fix: docs: remove stray bracket from git-clone synopsis
2 parents 9d6e319 + 741f36c commit 7bbe594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-clone.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git clone [--template=<template-directory>]
1616
[--depth <depth>] [--[no-]single-branch] [--[no-]tags]
1717
[--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
1818
[--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
19-
[--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository>
19+
[--filter=<filter-spec> [--also-filter-submodules]] [--] <repository>
2020
[<directory>]
2121

2222
DESCRIPTION

0 commit comments

Comments
 (0)