1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

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

This commit is contained in:
Peter Rajnoha 2013-08-19 08:32:03 +02:00
parent d8b781e8ab
commit 99fd710cfd

View File

@ -188,7 +188,7 @@ int dumpconfig(struct cmd_context *cmd, int argc, char **argv)
} }
else { else {
log_error("Incorrect type of configuration specified. " 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; r = EINVALID_CMD_LINE;
goto out; goto out;
} }