summaryrefslogtreecommitdiffstats
path: root/tools/args.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2003-01-17 21:04:26 +0000
committerAlasdair Kergon <agk@redhat.com>2003-01-17 21:04:26 +0000
commita421f74371c6f1392fd061bd81c98ef283f6ecee (patch)
tree83b03d06a807fba9cb756eefa7b66bec065d69f7 /tools/args.h
parent8ae908a0857cc55bee2e7529da8cb1b4d6ff7eb3 (diff)
downloadlvm2-a421f74371c6f1392fd061bd81c98ef283f6ecee.tar.gz
lvm2-a421f74371c6f1392fd061bd81c98ef283f6ecee.tar.xz
lvm2-a421f74371c6f1392fd061bd81c98ef283f6ecee.zip
vgreduce --removemissing to remove missing PVs & deps & make VG consistent
Diffstat (limited to 'tools/args.h')
-rw-r--r--tools/args.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/args.h b/tools/args.h
index 06d5a0a2..32631901 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -23,6 +23,7 @@ arg(noheadings_ARG, '\0', "noheadings", NULL)
arg(segments_ARG, '\0', "segments", NULL)
arg(units_ARG, '\0', "units", string_arg)
arg(nosuffix_ARG, '\0', "nosuffix", NULL)
+arg(removemissing_ARG, '\0', "removemissing", NULL)
/* Allow some variations */
arg(resizable_ARG, '\0', "resizable", yes_no_arg)