From 8564baf99a43b3c33857e6daafcad8370e2e374a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 12 Aug 2016 12:28:16 +0200 Subject: [PATCH] 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: Wolfgang Bumiller --- src/lxc/tools/lxc_top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/tools/lxc_top.c b/src/lxc/tools/lxc_top.c index c4cb87168..47deddd62 100644 --- a/src/lxc/tools/lxc_top.c +++ b/src/lxc/tools/lxc_top.c @@ -91,7 +91,7 @@ static const struct option my_longopts[] = { static struct lxc_arguments my_args = { .progname = "lxc-top", .help = "\ -[--name=NAME]\n\ +\n\ \n\ lxc-top monitors the state of the active containers\n\ \n\