1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:42:09 +02:00

git clone: fix typo (#16203)

git clone: fixed --local typo
This commit is contained in:
l0ckkyy-RP 2025-04-19 15:36:43 +00:00 committed by GitHub
parent 4ba2a9a687
commit 11aee60052
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@
- Clone a local repository:
`git clone {{[-l|--local]]} {{path/to/local/repository}}`
`git clone {{[-l|--local]}} {{path/to/local/repository}}`
- Clone quietly: