1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

code: fix typo in --user-data-dir example (#8207)

This commit is contained in:
Ethan Kinnear 2022-07-13 14:55:50 -05:00 committed by GitHub
parent dc3ec35560
commit 3d8df897be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,4 +33,4 @@
- Start the editor as a superuser (root) while storing user data in a specific directory:
`sudo code --user-data-dir {[path/to/directory}}`
`sudo code --user-data-dir {{path/to/directory}}`