vgcreate: improvements to descriptions (#1335)

This commit is contained in:
Waldir Pimenta
2017-04-19 10:11:57 +01:00
committed by GitHub
parent e59d19a00d
commit b865b392c4

View File

@@ -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}}`