[lvm-devel] master - dumpconfig: also mention profilable type if giving hint about known types

Peter Rajnoha prajnoha at fedoraproject.org
Mon Aug 19 06:32:13 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=99fd710cfd8beb88eb860e16007209d0acb1c440
Commit:        99fd710cfd8beb88eb860e16007209d0acb1c440
Parent:        d8b781e8ab9be0e54fa68834398bc42ce9465ba0
Author:        Peter Rajnoha <prajnoha at redhat.com>
AuthorDate:    Mon Aug 19 08:32:03 2013 +0200
Committer:     Peter Rajnoha <prajnoha at redhat.com>
CommitterDate: Mon Aug 19 08:32:03 2013 +0200

dumpconfig: also mention profilable type if giving hint about known types

---
 tools/dumpconfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/dumpconfig.c b/tools/dumpconfig.c
index 0887297..18fba34 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;
 	}




More information about the lvm-devel mailing list