summaryrefslogtreecommitdiff
path: root/tools/commands.h
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-03-01 15:27:08 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2016-03-03 13:50:59 +0100
commit53b064b9aed3bd2237638cab778b3bffd018ce08 (patch)
treec36552c71d1a9d9bd66646ad6379c024655c5931 /tools/commands.h
parentf833a6d074979813e8bd9980b719b09758bd833a (diff)
downloadlvm2-53b064b9aed3bd2237638cab778b3bffd018ce08.tar.gz
commands: lvremove: also process historical LVs
Diffstat (limited to 'tools/commands.h')
-rw-r--r--tools/commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/commands.h b/tools/commands.h
index 97f7de1ec..bc5eb9218 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -606,7 +606,8 @@ xx(lvremove,
"\t[--version]\n"
"\tLogicalVolume[Path] [LogicalVolume[Path]...]\n",
- autobackup_ARG, force_ARG, nohistory_ARG, noudevsync_ARG, select_ARG, test_ARG)
+ autobackup_ARG, force_ARG, nohistory_ARG, noudevsync_ARG,
+ select_ARG, test_ARG)
xx(lvrename,
"Rename a logical volume",