mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
Linting fixes.
This commit is contained in:
parent
2399de4830
commit
f36e121681
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
`srm -m {{/path/to/file}}`
|
||||
|
||||
- Recursively remove a directory and contents overwriting each file with a single pass of random data.
|
||||
- Recursively remove a directory and contents overwriting each file with a single pass of random data:
|
||||
|
||||
`srm -r -s {{/path/to/folder}}`
|
||||
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
|
||||
`systemsetup -liststartupdisks`
|
||||
|
||||
- Specify a new startup disk
|
||||
- Specify a new startup disk:
|
||||
|
||||
`systemsetup -setstartupdisk {{path}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue