From: Evgeni Golov Date: Sun, 30 Oct 2016 13:16:38 +0000 (+0100) Subject: improve help text for --fancy and --fancy-format X-Git-Tag: lxc-2.1.0~284^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ce07c451e26a29f7c712b0f7cefc552ae7537a9;p=thirdparty%2Flxc.git improve help text for --fancy and --fancy-format Signed-off-by: Evgeni Golov --- diff --git a/src/lxc/tools/lxc_ls.c b/src/lxc/tools/lxc_ls.c index 8e7cbef70..5e2cb4af1 100644 --- a/src/lxc/tools/lxc_ls.c +++ b/src/lxc/tools/lxc_ls.c @@ -185,8 +185,10 @@ lxc-ls list containers\n\ \n\ Options :\n\ -1, --line show one entry per line\n\ - -f, --fancy column-based output\n\ - -F, --fancy-format column-based output\n\ + -f, --fancy use a fancy, column-based output\n\ + -F, --fancy-format comma separated list of columns to show in the fancy output\n\ + valid columns are: NAME, STATE, PID, RAM, SWAP, AUTOSTART,\n\ + GROUPS, INTERFACE, IPV4 and IPV6\n\ --active list only active containers\n\ --running list only running containers\n\ --frozen list only frozen containers\n\