Merge pull request #842 from pindexis/master

replace − with dash(-)
waldyrious/alt-syntax
Igor Shubovych 2016-03-31 12:33:17 +03:00
commit 99c8b2326e
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`