]> sourceware.org Git - lvm2.git/commitdiff
Fix error message - the parameter name is '--mirrorlog' not '--log'
authorJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 29 Jun 2011 02:06:26 +0000 (02:06 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 29 Jun 2011 02:06:26 +0000 (02:06 +0000)
tools/lvconvert.c

index 1ff47beeec8d5f2ce3e6edc61ae77ca9cb69e3dd..e99a81d3dde53db5e720ce8b7cc6cf4ad6a0b79a 100644 (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;
        }
 
This page took 0.040339 seconds and 5 git commands to generate.