]> 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 16:17:45 +0000 (12:17 -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 86235789ff1a95f1e4bc1fb20aa8be8d5b82bce6..e836325fef4c838dece0c5d4edcbe513da5b7f44 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;