vgcreate: improvements to descriptions (#1335)
This commit is contained in:
parent
e59d19a00d
commit
b865b392c4
|
|
@ -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…
Reference in New Issue