Fixed English tenses as reported by tldr-lint
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
`dd if=/dev/{{source_drive}} of=/dev/{{dest_drive}} bs=4m conv=noerror`
|
||||
|
||||
- Generating a file of 100 random bytes by using kernel random driver:
|
||||
- Generate a file of 100 random bytes by using kernel random driver:
|
||||
|
||||
`dd if=/dev/urandom of={{random_file}} bs=100 count=1`
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Copy files and folders.
|
||||
|
||||
- Overwrites contents of destination folder with contents of source folder:
|
||||
- Overwrite contents of destination folder with contents of source folder:
|
||||
|
||||
`ditto {{path/to/source}} {{path/to/destination}}`
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> QuickLook server tool.
|
||||
|
||||
- Displays QuickLook for one or multiple files:
|
||||
- Display QuickLook for one or multiple files:
|
||||
|
||||
`quicklook -p {{filename}} {{filename2}}`
|
||||
|
||||
|
Reference in New Issue
Block a user