1
0
Fork 0
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:
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}}`