The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3175
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: anatoly techtonik <techto...@gmail.com>
From 7ff664ef1e8e283f7a66193581ec74aceddc7677 Mon Sep 17 00:00:00 2001 From: anatoly techtonik <techto...@gmail.com> Date: Sat, 15 Apr 2017 11:45:52 +0300 Subject: [PATCH] Document list format options Signed-off-by: anatoly techtonik <techto...@gmail.com> --- lxc/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/list.go b/lxc/list.go index 2e53d0c..54a2a49 100644 --- a/lxc/list.go +++ b/lxc/list.go @@ -127,7 +127,7 @@ lxc list -c ns,user.comment:comment func (c *listCmd) flags() { gnuflag.StringVar(&c.columnsRaw, "c", "ns46tS", i18n.G("Columns")) gnuflag.StringVar(&c.columnsRaw, "columns", "ns46tS", i18n.G("Columns")) - gnuflag.StringVar(&c.format, "format", "table", i18n.G("Format")) + gnuflag.StringVar(&c.format, "format", "table", i18n.G("Format (table|json)")) gnuflag.BoolVar(&c.fast, "fast", false, i18n.G("Fast mode (same as --columns=nsacPt)")) }
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel