mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +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, mirrorlog_ARG) || arg_count(cmd, mirrors_ARG) ||
|
||||||
arg_count(cmd, repair_ARG))) {
|
arg_count(cmd, repair_ARG))) {
|
||||||
log_error("--snapshot or --merge argument cannot be mixed "
|
log_error("--snapshot or --merge argument cannot be mixed "
|
||||||
"with --mirrors, --repair or --log");
|
"with --mirrors, --repair or --mirrorlog");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user