1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Fix error message - the parameter name is '--mirrorlog' not '--log'

This commit is contained in:
Jonathan Earl Brassow 2011-06-29 02:06:26 +00:00
parent 48c9c491b0
commit 63576b1202

View File

@ -131,7 +131,7 @@ static int _read_params(struct lvconvert_params *lp, struct cmd_context *cmd,
(arg_count(cmd, mirrorlog_ARG) || arg_count(cmd, mirrors_ARG) ||
arg_count(cmd, repair_ARG))) {
log_error("--snapshot or --merge argument cannot be mixed "
"with --mirrors, --repair or --log");
"with --mirrors, --repair or --mirrorlog");
return 0;
}