summaryrefslogtreecommitdiff
path: root/tools/dumpconfig.c
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2013-08-19 08:32:03 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2013-08-19 08:32:03 +0200
commit99fd710cfd8beb88eb860e16007209d0acb1c440 (patch)
tree50e2aafd4d99bf6ff131ec361c074d0e75dfdec3 /tools/dumpconfig.c
parentd8b781e8ab9be0e54fa68834398bc42ce9465ba0 (diff)
downloadlvm2-99fd710cfd8beb88eb860e16007209d0acb1c440.tar.gz
dumpconfig: also mention profilable type if giving hint about known types
Diffstat (limited to 'tools/dumpconfig.c')
-rw-r--r--tools/dumpconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dumpconfig.c b/tools/dumpconfig.c
index 08872978e..18fba34c2 100644
--- a/tools/dumpconfig.c
+++ b/tools/dumpconfig.c
@@ -188,7 +188,7 @@ int dumpconfig(struct cmd_context *cmd, int argc, char **argv)
}
else {
log_error("Incorrect type of configuration specified. "
- "Expected one of: current, default, missing, new.");
+ "Expected one of: current, default, missing, new, profilable.");
r = EINVALID_CMD_LINE;
goto out;
}