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:
parent
48c9c491b0
commit
63576b1202
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user