diff --git a/pages/linux/vgcreate.md b/pages/linux/vgcreate.md index f973afb61a..0302fe2eea 100644 --- a/pages/linux/vgcreate.md +++ b/pages/linux/vgcreate.md @@ -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}}`