]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
fix '--log-priority' --> '--logpriority' in main
authorJean-Tiare LE BIGOT <jean-tiare.le-bigot@ovh.net>
Mon, 4 Aug 2014 15:33:44 +0000 (17:33 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 8 Aug 2014 18:01:18 +0000 (14:01 -0400)
Signed-off-by: Jean-Tiare LE BIGOT <jean-tiare.le-bigot@ovh.net>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/lxc_start.c

index 0e4874c456e0dd9d8660f80c3c91f2fef3f9a4ea..d55746e419d9123ef7966a2ba065b225b4ffb0d2 100644 (file)
@@ -338,7 +338,7 @@ int main(int argc, char *argv[])
                if (my_args.daemonize)
                        ERROR("To get more details, run the container in foreground mode.");
                ERROR("Additional information can be obtained by setting the "
-                     "--logfile and --log-priority options.");
+                     "--logfile and --logpriority options.");
                err = c->error_num;
                lxc_container_put(c);
                return err;