1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:55:25 +02:00

replace − with dash(-)

This commit is contained in:
Amine Hajyoussef 2016-03-31 09:32:28 +01:00
parent c5733261b5
commit 8b773ed682
2 changed files with 6 additions and 6 deletions

View file

@ -8,4 +8,4 @@
- Specify user and group (ID or name) to use:
`chroot −−userspec={{user:group}}`
`chroot --userspec={{user:group}}`

View file

@ -8,20 +8,20 @@
- Also list empty devices:
`lsblk a`
`lsblk -a`
- Print the SIZE column in bytes rather than in a human-readable format:
`lsblk b`
`lsblk -b`
- Output info about filesystems:
`lsblk f`
`lsblk -f`
- Use ASCII characters for tree formatting:
`lsblk i`
`lsblk -i`
- Output info about block-device topology:
`lsblk t`
`lsblk -t`