1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-11-12 16:23:50 +03:00
This commit is contained in:
Alasdair Kergon
2001-10-16 16:25:28 +00:00
parent 9cd94f26d0
commit f00be261ba
14 changed files with 301 additions and 28 deletions

View File

@@ -325,15 +325,16 @@ xx(vgcfgrestore,
xx(vgchange,
"Change volume group attributes",
"vgchange "
"vgchange\n\t"
"[-A|--autobackup {y|n}] "
"[-d|--debug] "
"[-h|--help]\n\t"
"{-a|--available {y|n} [VolumeGroupName...] |\n\t "
" -x|--allocation {y|n} [VolumeGroupName...]\n\t"
" -l|--logicalvolume MaxLogicalVolumes}\n\t"
"[-v|--verbose] "
"[--version]\n",
"[--version]\n\t"
"{-a|--available {y|n} |\n\t"
" -x|--allocation {y|n} |\n\t"
" -l|--logicalvolume MaxLogicalVolumes}\n\t"
"[VolumeGroupName...]\n",
autobackup_ARG, available_ARG, logicalvolume_ARG, allocation_ARG )