Commit a90842e4 by Jean-Tiare LE BIGOT Committed by Stéphane Graber

fix '--log-priority' --> '--logpriority' in main

parent b69e7bf1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment