]> sourceware.org Git - lvm2.git/blame - tools/commands.h
add setlocale() call so that localisation of things like number entry
[lvm2.git] / tools / commands.h
CommitLineData
269930c0
AK
1/*
2 * Copyright (C) 2001 Sistina Software
3 *
4 * LVM is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2, or (at your option)
7 * any later version.
8 *
9 * LVM is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with LVM; see the file COPYING. If not, write to
16 * the Free Software Foundation, 59 Temple Place - Suite 330,
17 * Boston, MA 02111-1307, USA.
18 *
19 */
20
21xx(e2fsadm,
22 "Resize logical volume and ext2 filesystem",
23 "e2fsadm "
a03f2320
AK
24 "[-d|--debug] " "[-h|--help] " "[-n|--nofsck]" "\n"
25 "\t{[-l|--extents] [+|-]LogicalExtentsNumber |" "\n"
26 "\t [-L|--size] [+|-]LogicalVolumeSize[kKmMgGtT]}" "\n"
27 "\t[-t|--test] " "\n"
28 "\t[-v|--verbose] " "\n"
29 "\t[--version] " "\n"
30 "\tLogicalVolumePath" "\n",
269930c0
AK
31
32 extents_ARG, size_ARG, nofsck_ARG, test_ARG)
33
34xx(help,
35 "Display help for commands",
a03f2320 36 "help <command>" "\n")
269930c0 37
677a06d5 38/*********
269930c0
AK
39xx(lvactivate,
40 "Activate logical volume on given partition(s)",
e6efb2b0 41 "lvactivate "
269930c0
AK
42 "\t[-d/--debug]\n"
43 "\t[-h/-?/--help]\n"
44 "\t[-v/--verbose]\n"
e6efb2b0 45 "Logical Volume(s)\n")
677a06d5 46***********/
269930c0
AK
47
48xx(lvchange,
49 "Change the attributes of logical volume(s)",
50 "lvchange\n"
51 "\t[-A/--autobackup y/n]\n"
52 "\t[-a/--available y/n]\n"
53 "\t[-C/--contiguous y/n]\n"
54 "\t[-d/--debug]\n"
55 "\t[-h/-?/--help]\n"
812c699c 56 "\t[-M/--persistent y/n] [--minor minor]\n"
f53c6aa6 57 "\t[-P/--partial] " "\n"
269930c0
AK
58 "\t[-p/--permission r/rw]\n"
59 "\t[-r/--readahead ReadAheadSectors]\n"
c2d72fd4 60 "\t[-t/--test]\n"
269930c0
AK
61 "\t[-v/--verbose]\n"
62 "\tLogicalVolume[Path] [LogicalVolume[Path]...]\n",
63
03888774 64 autobackup_ARG, available_ARG, contiguous_ARG,
812c699c 65 minor_ARG, persistent_ARG, partial_ARG,
c2d72fd4 66 permission_ARG, readahead_ARG, test_ARG)
269930c0
AK
67
68xx(lvcreate,
69 "Create a logical volume",
03888774 70 "lvcreate " "\n"
0eb83127
JT
71 "\t[-A|--autobackup {y|n}]\n"
72 "\t[-c|--chunksize]\n"
73 "\t[-C|--contiguous {y|n}]\n"
74 "\t[-d|--debug]\n"
75 "\t[-h|--help]\n"
76 "\t[-i|--stripes Stripes [-I|--stripesize StripeSize]]\n"
77 "\t{-l|--extents LogicalExtentsNumber |\n"
78 "\t -L|--size LogicalVolumeSize[kKmMgGtT]}\n"
812c699c 79 "\t[-M|--persistent {y|n}] [--minor minor]\n"
0eb83127
JT
80 "\t[-n|--name LogicalVolumeName]\n"
81 "\t[-p|--permission {r|rw}]\n"
82 "\t[-r|--readahead ReadAheadSectors]\n"
83 "\t[-s|--snapshot]\n"
84 "\t[-t|--test]\n"
85 "\t[-v|--verbose]\n"
86 "\t[-Z|--zero {y|n}]\n"
87 "\t[--version]\n"
88 "\tVolumeGroupName [PhysicalVolumePath...]\n\n",
a03f2320 89
0e06dd31
JT
90 autobackup_ARG, chunksize_ARG,
91 contiguous_ARG, extents_ARG, minor_ARG, name_ARG,
0eb83127
JT
92 permission_ARG, persistent_ARG, readahead_ARG, size_ARG,
93 snapshot_ARG, stripes_ARG, stripesize_ARG, test_ARG, zero_ARG)
269930c0
AK
94
95xx(lvdisplay,
96 "Display information about a logical volume",
97 "lvdisplay\n"
98 "\t[-c/--colon]\n"
99 "\t[-d/--debug]\n"
100 "\t[-D/--disk]\n"
101 "\t[-h/-?/--help]\n"
a03f2320 102 "\t[-m/--maps]\n"
7ae5a778 103 "\t[-P/--partial] " "\n"
a03f2320 104 "\t[-v/--verbose]\n"
269930c0
AK
105 "\tLogicalVolume[Path] [LogicalVolume[Path]...]\n",
106
7ae5a778 107 colon_ARG, disk_ARG, maps_ARG, partial_ARG)
269930c0
AK
108
109xx(lvextend,
110 "Add space to a logical volume",
111 "lvextend\n"
112 "\t[-A/--autobackup y/n]\n"
113 "\t[-d/--debug]\n"
114 "\t[-h/-?/--help]\n"
52dc2139 115 "\t[-i|--stripes Stripes [-I|--stripesize StripeSize]]\n"
269930c0
AK
116 "\t{-l/--extents [+]LogicalExtentsNumber |\n"
117 "\t -L/--size [+]LogicalVolumeSize[kKmMgGtT]}\n"
c2d72fd4 118 "\t[-t/--test]\n"
269930c0
AK
119 "\t[-v/--verbose]\n"
120 "\tLogicalVolume[Path] [ PhysicalVolumePath... ]\n",
121
c2d72fd4
AK
122 autobackup_ARG, extents_ARG, size_ARG, stripes_ARG, stripesize_ARG,
123 test_ARG)
269930c0
AK
124
125xx(lvmchange,
a03f2320 126 "With the device mapper, this is obsolete and does nothing.",
03888774 127 "lvmchange\n"
269930c0 128 "\t[-d/--debug]\n"
269930c0 129 "\t[-h/-?/--help]\n"
269930c0
AK
130 "\t[-R/--reset]\n"
131 "\t[-v/--verbose]\n",
132
a03f2320 133 reset_ARG)
269930c0
AK
134
135xx(lvmdiskscan,
136 "List devices that may be used as physical volumes",
137 "lvmdiskscan\n"
138 "\t[-d/--debug]\n"
139 "\t[-h/-?/--help]\n"
af7bbe5a 140 "\t[-l/--lvmpartition]\n",
269930c0
AK
141
142 lvmpartition_ARG)
143
144xx(lvmsadc,
145 "Collect activity data",
146 "lvmsadc\n"
147 "\t[-d/--debug]\n"
148 "\t[-h/-?/--help]\n"
149 "\t[-v/--verbose]\n"
150 "\t[LogFilePath]\n" )
151
152xx(lvmsar,
153 "Create activity report",
154 "lvmsar\n"
155 "\t[-d/--debug]\n"
156 "\t[-f/--full]\n"
157 "\t[-h/-?/--help]\n"
158 "\t[-s/--stdin]\n"
159 "\t[-v/--verbose]\n"
160 "\tLogFilePath\n",
161
162 full_ARG, stdin_ARG)
163
164xx(lvreduce,
165 "Reduce the size of a logical volume",
166 "lvreduce\n"
167 "\t[-A/--autobackup y/n]\n"
168 "\t[-d/--debug]\n"
169 "\t[-f/--force]\n"
170 "\t[-h/-?/--help]\n"
171 "\t{-l/--extents [-]LogicalExtentsNumber |\n"
172 "\t -L/--size [-]LogicalVolumeSize[kKmMgGtT]}\n"
c2d72fd4 173 "\t[-t/--test]\n"
269930c0
AK
174 "\t[-v/--verbose]\n"
175 "\tLogicalVolume[Path]\n",
176
177 autobackup_ARG, force_ARG, extents_ARG,
c2d72fd4 178 size_ARG, test_ARG, yes_ARG)
269930c0
AK
179
180xx(lvremove,
181 "Remove logical volume(s) from the system",
182 "lvremove\n"
183 "\t[-A/--autobackup y/n]\n"
184 "\t[-d/--debug]\n"
185 "\t[-f/--force]\n"
186 "\t[-h/-?/--help]\n"
c2d72fd4 187 "\t[-t/--test]\n"
269930c0
AK
188 "\t[-v/--verbose]\n"
189 "\tLogicalVolume[Path] [LogicalVolume[Path]...]\n",
190
c2d72fd4 191 autobackup_ARG, force_ARG, test_ARG)
269930c0
AK
192
193xx(lvrename,
194 "Rename a logical volume",
195 "lvrename "
a03f2320
AK
196 "\t[-A|--autobackup {y|n}] " "\n"
197 "\t[-d|--debug] " "\n"
198 "\t[-h|--help] " "\n"
199 "\t[-t|--test] " "\n"
200 "\t[-v|--verbose]" "\n"
201 "\t[--version] " "\n"
202 "\t{ OldLogicalVolumePath NewLogicalVolumePath |" "\n"
203 "\t VolumeGroupName OldLogicalVolumeName NewLogicalVolumeName }\n",
269930c0 204
c2d72fd4 205 autobackup_ARG, test_ARG)
269930c0 206
03a8a07d
AK
207xx(lvresize,
208 "Resize a logical volume",
209 "lvresize\n"
210 "\t[-A/--autobackup y/n]\n"
211 "\t[-d/--debug]\n"
212 "\t[-h/-?/--help]\n"
52dc2139 213 "\t[-i|--stripes Stripes [-I|--stripesize StripeSize]]\n"
03a8a07d
AK
214 "\t{-l/--extents [+/-]LogicalExtentsNumber |\n"
215 "\t -L/--size [+/-]LogicalVolumeSize[kKmMgGtT]}\n"
c2d72fd4 216 "\t[-t|--test]\n"
03a8a07d
AK
217 "\t[-v/--verbose]\n"
218 "\tLogicalVolume[Path] [ PhysicalVolumePath... ]\n",
219
c2d72fd4
AK
220 autobackup_ARG, extents_ARG, size_ARG, stripes_ARG, stripesize_ARG,
221 test_ARG)
03a8a07d 222
269930c0
AK
223xx(lvscan,
224 "List all logical volumes in all volume groups",
a03f2320
AK
225 "lvscan " "\n"
226 "\t[-b|--blockdevice] " "\n"
227 "\t[-d|--debug] " "\n"
e59204fc 228 "\t[-D|--disk]" "\n"
a03f2320
AK
229 "\t[-h|--help] " "\n"
230 "\t[-v|--verbose] " "\n"
231 "\t[--version]\n",
269930c0
AK
232
233 blockdevice_ARG, disk_ARG)
234
235xx(pvchange,
236 "Change attributes of physical volume(s)",
237 "pvchange\n"
238 "\t[-A/--autobackup y/n]\n"
239 "\t[-d/--debug]\n"
240 "\t[-h/-?/--help]\n"
241 "\t[-v/--verbose]\n"
242 "\t[-a/--all]\n"
c2d72fd4 243 "\t[-t|--test]\n"
b80f32dd 244 "\t[-x/--allocatable y/n]\n"
269930c0
AK
245 "\t[PhysicalVolumePath...]\n",
246
b80f32dd 247 all_ARG, autobackup_ARG, allocatable_ARG, allocation_ARG, test_ARG)
269930c0
AK
248
249xx(pvcreate,
250 "Initialize physical volume(s) for use by LVM",
a03f2320
AK
251 "pvcreate " "\n"
252 "\t[-d|--debug]" "\n"
253 "\t[-f[f]|--force [--force]] " "\n"
254 "\t[-h|--help] " "\n"
255 "\t[-y|--yes]" "\n"
f48d3bcb 256 "\t[-s|--size PhysicalVolumeSize[kKmMgGtT]" "\n"
a03f2320 257 "\t[-t|--test] " "\n"
add7dc2d 258 "\t[-u|--uuid uuid] " "\n"
a03f2320
AK
259 "\t[-v|--verbose] " "\n"
260 "\t[--version] " "\n"
261 "\tPhysicalVolume [PhysicalVolume...]\n",
269930c0 262
f48d3bcb 263 force_ARG, test_ARG, physicalvolumesize_ARG, uuidstr_ARG, yes_ARG)
269930c0
AK
264
265xx(pvdata,
266 "Display the on-disk metadata for physical volume(s)",
a03f2320
AK
267 "pvdata " "\n"
268 "\t[-a|--all] " "\n"
269 "\t[-d|--debug] " "\n"
270 "\t[-E|--physicalextent] " "\n"
271 "\t[-h|--help]" "\n"
272 "\t[-L|--logicalvolume] " "\n"
273 "\t[-P[P]|--physicalvolume [--physicalvolume]]" "\n"
274 "\t[-U|--uuidlist] " "\n"
275 "\t[-v[v]|--verbose [--verbose]] " "\n"
276 "\t[-V|--volumegroup]" "\n"
277 "\t[--version] " "\n"
278 "\tPhysicalVolume [PhysicalVolume...]\n",
269930c0
AK
279
280 all_ARG, logicalextent_ARG, physicalextent_ARG,
281 physicalvolume_ARG, uuidlist_ARG, volumegroup_ARG)
282
283xx(pvdisplay,
284 "Display various attributes of logical volume(s)",
285 "pvdisplay\n"
286 "\t[-c/--colon]\n"
287 "\t[-d/--debug]\n"
288 "\t[-h/-?/--help]\n"
a03f2320 289 "\t[-m/--maps]\n"
269930c0 290 "\t[-s/--short]\n"
a03f2320 291 "\t[-v/--verbose]\n"
269930c0
AK
292 "\tPhysicalVolumePath [PhysicalVolumePath...]\n",
293
a03f2320 294 colon_ARG, maps_ARG, short_ARG)
269930c0 295
269930c0
AK
296xx(pvmove,
297 "Move extents from one physical volume to another",
298 "pvmove "
299 "[-A|--autobackup {y|n}] "
300 "[-d|--debug] "
301 "[-f|--force]"
302 "[-h|--help]\n\t"
303 "[-t|--test] "
a03f2320 304 "[-v|--verbose] "
269930c0
AK
305 "[--version]\n\t"
306 "[{-n|--name} LogicalVolume[:LogicalExtent[-LogicalExtent]...]]\n\t"
307 "SourcePhysicalVolume[:PhysicalExtent[-PhysicalExtent]...]}\n\t"
308 "[DestinationPhysicalVolume[:PhysicalExtent[-PhysicalExtent]...]...]\n",
309
310 autobackup_ARG, force_ARG, name_ARG, test_ARG)
269930c0 311
9c42e035
HM
312xx(pvresize,
313 "Resize a physical volume in use by a volume group",
314 "pvmove "
315 "[-A|--autobackup {y|n}] "
316 "[-d|--debug] "
317 "[-h|--help]\n\t"
318 "[-s|--size PhysicalVolumeSize[kKmMgGtT]" "\n"
319 "[-v|--verbose] "
320 "[--version]\n\t"
321 "\tPhysicalVolumePath [PhysicalVolumePath...]\n",
322
323 autobackup_ARG, physicalvolumesize_ARG)
324
269930c0
AK
325xx(pvscan,
326 "List all physical volumes",
a03f2320
AK
327 "pvscan " "\n"
328 "\t[-d|--debug] " "\n"
329 "\t{-e|--exported | -n/--novolumegroup} " "\n"
330 "\t[-h|--help]" "\n"
331 "\t[-s|--short] " "\n"
332 "\t[-u|--uuid] " "\n"
333 "\t[-v|--verbose] " "\n"
334 "\t[--version]\n",
269930c0
AK
335
336 exported_ARG, novolumegroup_ARG, short_ARG, uuid_ARG)
337
338xx(vgcfgbackup,
339 "Backup volume group configuration(s)",
a03f2320
AK
340 "vgcfgbackup " "\n"
341 "\t[-d|--debug] " "\n"
952d12a5 342 "\t[-f|--file filename] " "\n"
a03f2320
AK
343 "\t[-h|--help] " "\n"
344 "\t[-v|--verbose]" "\n"
345 "\t[-V|--version] " "\n"
2041d905 346 "\t[VolumeGroupName...]\n",
e59204fc 347 file_ARG)
269930c0
AK
348
349xx(vgcfgrestore,
350 "Restore volume group configuration",
a03f2320
AK
351 "vgcfgrestore " "\n"
352 "\t[-d|--debug] " "\n"
952d12a5 353 "\t[-f|--file filename] " "\n"
a03f2320
AK
354 "\t[-l[l]|--list [--list]]" "\n"
355 "\t[-n|--name VolumeGroupName] " "\n"
356 "\t[-h|--help]" "\n"
a03f2320
AK
357 "\t[-t|--test] " "\n"
358 "\t[-v|--verbose]" "\n"
359 "\t[--version] " "\n"
288adea2 360 "\tVolumeGroupName",
269930c0 361
288adea2 362 file_ARG, list_ARG, name_ARG, test_ARG)
269930c0
AK
363
364xx(vgchange,
365 "Change volume group attributes",
a03f2320
AK
366 "vgchange" "\n"
367 "\t[-A|--autobackup {y|n}] " "\n"
f53c6aa6 368 "\t[-P|--partial] " "\n"
a03f2320
AK
369 "\t[-d|--debug] " "\n"
370 "\t[-h|--help] " "\n"
371 "\t[-t|--test]" "\n"
372 "\t[-v|--verbose] " "\n"
373 "\t[--version]" "\n"
374 "\t{-a|--available {y|n} |" "\n"
b80f32dd 375 "\t -x|--resizeable {y|n} |" "\n"
a03f2320
AK
376 "\t -l|--logicalvolume MaxLogicalVolumes}" "\n"
377 "\t[VolumeGroupName...]\n",
269930c0 378
f53c6aa6 379 autobackup_ARG, available_ARG, logicalvolume_ARG, partial_ARG,
03888774 380 resizeable_ARG, resizable_ARG, allocation_ARG,
c2d72fd4 381 test_ARG)
269930c0
AK
382
383xx(vgck,
384 "Check the consistency of volume group(s)",
385 "vgck "
386 "\t[-d/--debug]\n"
387 "\t[-h/-?/--help]\n"
388 "\t[-v/--verbose]\n"
389 "\t[VolumeGroupName...]\n" )
390
391xx(vgcreate,
392 "Create a volume group",
a03f2320
AK
393 "vgcreate" "\n"
394 "\t[-A|--autobackup {y|n}] " "\n"
395 "\t[-d|--debug]" "\n"
396 "\t[-l|--maxlogicalvolumes MaxLogicalVolumes]" "\n"
397 "\t[-p|--maxphysicalvolumes MaxPhysicalVolumes] " "\n"
398 "\t[-h|--help]" "\n"
399 "\t[-s|--physicalextentsize PhysicalExtentSize[kKmMgGtT]] " "\n"
400 "\t[-t|--test] " "\n"
401 "\t[-v|--verbose]" "\n"
402 "\t[--version] " "\n"
403 "\tVolumeGroupName PhysicalVolume [PhysicalVolume...]\n",
269930c0
AK
404
405 autobackup_ARG, maxlogicalvolumes_ARG, maxphysicalvolumes_ARG,
c2d72fd4 406 physicalextentsize_ARG, test_ARG)
269930c0
AK
407
408xx(vgdisplay,
409 "Display volume group information",
a03f2320
AK
410 "vgdisplay " "\n"
411 "\t[-c|--colon | -s|--short | -v|--verbose]" "\n"
412 "\t[-d|--debug] " "\n"
413 "\t[-h|--help] " "\n"
7ae5a778 414 "\t[-P|--partial] " "\n"
a03f2320 415 "\t[-A|--activevolumegroups | [-D|--disk]" "\n"
7ae5a778 416 "\t[--version]" "\n"
a03f2320 417 "\t[VolumeGroupName...] ]\n",
269930c0 418
7ae5a778 419 activevolumegroups_ARG, colon_ARG, disk_ARG, short_ARG, partial_ARG)
269930c0
AK
420
421xx(vgexport,
422 "Unregister volume group(s) from the system",
a03f2320
AK
423 "vgexport " "\n"
424 "\t[-a|--all] " "\n"
425 "\t[-d|--debug] " "\n"
426 "\t[-h|--help]" "\n"
427 "\t[-v|--verbose] " "\n"
428 "\t[--version] " "\n"
429 "\tVolumeGroupName [VolumeGroupName...]\n",
269930c0 430
c2d72fd4 431 all_ARG, test_ARG)
269930c0
AK
432
433xx(vgextend,
434 "Add physical volumes to a volume group",
435 "vgextend\n"
436 "\t[-A/--autobackup y/n]\n"
437 "\t[-d/--debug]\n"
438 "\t[-h/-?/--help]\n"
c2d72fd4 439 "\t[-t/--test]\n"
269930c0 440 "\t[-v/--verbose]\n"
a03f2320 441 "\tVolumeGroupName PhysicalDevicePath [PhysicalDevicePath...]\n",
269930c0 442
c2d72fd4 443 autobackup_ARG, test_ARG)
269930c0
AK
444
445xx(vgimport,
446 "Register exported volume group with system",
a03f2320 447 "vgimport " "\n"
df91af91 448 "\t[-a/--all]\n"
a03f2320
AK
449 "\t[-d|--debug] " "\n"
450 "\t[-f|--force] " "\n"
451 "\t[-h|--help] " "\n"
452 "\t[-t|--test] " "\n"
453 "\t[-v|--verbose]" "\n"
df91af91 454 "\tVolumeGroupName..." "\n",
269930c0 455
df91af91 456 all_ARG, force_ARG, test_ARG)
269930c0
AK
457
458xx(vgmerge,
459 "Merge volume groups",
460 "vgmerge\n"
461 "\t[-A/--autobackup y/n]\n"
462 "\t[-d/--debug]\n"
463 "\t[-h/-?/--help]\n"
464 "\t[-l/--list]\n"
465 "\t[-t/--test]\n"
466 "\t[-v/--verbose]\n"
467 "\tDestinationVolumeGroupName SourceVolumeGroupName\n",
468
469 autobackup_ARG, list_ARG, test_ARG)
470
471xx(vgmknodes,
472 "Create the special files for volume group devices in /dev",
473 "vgmknodes\n"
474 "\t[-d/--debug]\n"
475 "\t[-h/-?/--help]\n"
476 "\t[-v/--verbose]\n"
477 "\t[VolumeGroupName...]\n" )
478
479xx(vgreduce,
480 "Remove physical volume(s) from a volume group",
481 "vgreduce\n"
482 "\t[-a/--all]\n"
483 "\t[-A/--autobackup y/n]\n"
484 "\t[-d/--debug]\n"
485 "\t[-h/-?/--help]\n"
c2d72fd4 486 "\t[-t/--test]\n"
269930c0
AK
487 "\t[-v/--verbose]\n"
488 "\tVolumeGroupName\n"
489 "\t[PhysicalVolumePath...]\n",
490
c2d72fd4 491 all_ARG, autobackup_ARG, test_ARG)
269930c0
AK
492
493xx(vgremove,
494 "Remove volume group(s)",
495 "vgremove\n"
496 "\t[-d/--debug]\n"
497 "\t[-h/-?/--help]\n"
c2d72fd4 498 "\t[-t/--test]\n"
269930c0 499 "\t[-v/--verbose]\n"
c2d72fd4
AK
500 "\tVolumeGroupName [VolumeGroupName...]\n",
501
502 test_ARG)
269930c0
AK
503
504xx(vgrename,
505 "Rename a volume group",
506 "vgrename\n"
507 "\t[-A/--autobackup y/n]\n"
508 "\t[-d/--debug]\n"
677a06d5 509 "\t[-f/--force]\n"
269930c0 510 "\t[-h/-?/--help]\n"
c2d72fd4 511 "\t[-t/--test]\n"
269930c0 512 "\t[-v/--verbose]\n"
a03f2320 513 "\tOldVolumeGroupPath NewVolumeGroupPath |\n"
269930c0
AK
514 "\tOldVolumeGroupName NewVolumeGroupName\n",
515
c2d72fd4 516 autobackup_ARG, force_ARG, test_ARG)
269930c0
AK
517
518xx(vgscan,
519 "Search for all volume groups",
520 "vgscan "
521 "\t[-d/--debug]\n"
522 "\t[-h/-?/--help]\n"
523 "\t[-v/--verbose]\n" )
524
525xx(vgsplit,
526 "Move physical volumes into a new volume group",
a03f2320
AK
527 "vgsplit " "\n"
528 "\t[-A|--autobackup {y|n}] " "\n"
529 "\t[-d|--debug] " "\n"
530 "\t[-h|--help] " "\n"
531 "\t[-l|--list]" "\n"
532 "\t[-t|--test] " "\n"
533 "\t[-v|--verbose] " "\n"
534 "\t[--version]" "\n"
535 "\tExistingVolumeGroupName NewVolumeGroupName" "\n"
536 "\tPhysicalVolumePath [PhysicalVolumePath...]\n",
269930c0
AK
537
538 autobackup_ARG, list_ARG, test_ARG)
fae0c576
AK
539
540xx(version,
541 "Display software and driver version information",
542 "version\n" )
543
This page took 0.80451 seconds and 5 git commands to generate.