Commit 8564baf9 by Wolfgang Bumiller

cleanup: tools: remove --name from lxc-top usage message

It doesn't have any effect on what lxc-top does and is only accepted on account of being part of the common option list. Signed-off-by: 's avatarWolfgang Bumiller <w.bumiller@proxmox.com>
parent 71d74a83
...@@ -91,7 +91,7 @@ static const struct option my_longopts[] = { ...@@ -91,7 +91,7 @@ static const struct option my_longopts[] = {
static struct lxc_arguments my_args = { static struct lxc_arguments my_args = {
.progname = "lxc-top", .progname = "lxc-top",
.help = "\ .help = "\
[--name=NAME]\n\ \n\
\n\ \n\
lxc-top monitors the state of the active containers\n\ lxc-top monitors the state of the active containers\n\
\n\ \n\
......
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