mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 00:35:31 +02:00
vgcreate: improvements to descriptions (#1335)
This commit is contained in:
parent
e59d19a00d
commit
b865b392c4
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# vgcreate
|
||||
|
||||
> Create a volume group.
|
||||
> Create volume groups combining multiple mass-storage devices.
|
||||
|
||||
- Create a new volume group called vg1 using `/dev/sda1`:
|
||||
- Create a new volume group called vg1 using the `/dev/sda1` device:
|
||||
|
||||
`vgcreate {{vg1}} {{/dev/sda1}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue