1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 03:25:59 +02:00

chmod: fix French punctuation

This commit is contained in:
julien 2019-10-24 20:36:19 +02:00 committed by Marco Bonelli
parent dad999edbe
commit 52500c104f

View file

@ -24,4 +24,4 @@
- Modifie les permissions recursivement en donnant aux membres du groupe et aux autres utilisateurs le droit d'écriture :
`chmod -R g+w,o+w {{directory}}`
`chmod -R g+w,o+w {{repertoire}}`