summaryrefslogtreecommitdiff
path: root/tools/commands.h
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-03-01 15:25:37 +0100
committerPeter Rajnoha <prajnoha@redhat.com>2016-03-03 13:49:15 +0100
commitb1399090cd7db6d16e10ddf0a7b0ca72e254c63c (patch)
tree816b333230e2ebca159f2cc9cb2e67e5af8521f4 /tools/commands.h
parentf545dd5952ee0b191ae2cda2d7b6f304442debab (diff)
downloadlvm2-b1399090cd7db6d16e10ddf0a7b0ca72e254c63c.tar.gz
commands: lvremove: recognize --nohistory option
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 ffc15b5b5..97f7de1ec 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -598,6 +598,7 @@ xx(lvremove,
"\t[-d|--debug]\n"
"\t[-f|--force]\n"
"\t[-h|--help]\n"
+ "\t[--nohistory]\n"
"\t[--noudevsync]\n"
"\t[-S|--select Selection]\n"
"\t[-t|--test]\n"
@@ -605,7 +606,7 @@ xx(lvremove,
"\t[--version]\n"
"\tLogicalVolume[Path] [LogicalVolume[Path]...]\n",
- autobackup_ARG, force_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",