Переглянути джерело

chmod: remove square brackets around "recursively"

Agniva De Sarker 7 роки тому
батько
коміт
42b679e93b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      pages/common/chmod.md

+ 1 - 1
pages/common/chmod.md

@@ -22,6 +22,6 @@
 
 `chmod o=g {{file}}`
 
-- Change permissions [-R]ecursively giving [g]roup and [o]thers the abililty to [w]rite:
+- Change permissions recursively giving [g]roup and [o]thers the abililty to [w]rite:
 
 `chmod -R g+w,o+w {{directory}}`