[lxc-devel] [lxd/master] lxc: Fix image list help

monstermunchkin on Github lxc-bot at linuxcontainers.org
Thu Jan 10 07:48:34 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 355 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190109/60a2b71b/attachment.bin>
-------------- next part --------------
From 3b117cd42c655b5bda9dab033160d196ce01e615 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Thu, 10 Jan 2019 08:47:36 +0100
Subject: [PATCH] lxc: Fix image list help

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 lxc/image.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lxc/image.go b/lxc/image.go
index 203b8a897f..8671a4fa52 100644
--- a/lxc/image.go
+++ b/lxc/image.go
@@ -925,7 +925,8 @@ Column shorthand chars:
     p - Whether image is public
     d - Description
     a - Architecture
-    s - Size`))
+    s - Size
+    u - Upload date`))
 
 	cmd.Flags().StringVarP(&c.flagColumns, "columns", "c", "lfpdasu", i18n.G("Columns")+"``")
 	cmd.Flags().StringVar(&c.flagFormat, "format", "table", i18n.G("Format (csv|json|table|yaml)")+"``")


More information about the lxc-devel mailing list