From: Wolfgang Bumiller Date: Fri, 12 Aug 2016 10:28:16 +0000 (+0200) Subject: cleanup: tools: remove --name from lxc-top usage message X-Git-Tag: lxc-2.1.0~351^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8564baf99a43b3c33857e6daafcad8370e2e374a;p=thirdparty%2Flxc.git 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 --- 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\