[lxc-devel] [lxd/master] Make it clear that the init arguments only apply in auto mode
stgraber on Github
lxc-bot at linuxcontainers.org
Thu Mar 10 08:26:55 UTC 2016
A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 370 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160310/98f43630/attachment.bin>
-------------- next part --------------
From b8eb3cf5d1303c5cff1021364328fc45398740bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 10 Mar 2016 03:24:49 -0500
Subject: [PATCH] Make it clear that the init arguments only apply in auto mode
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Closes #1735
Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
lxd/main.go | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lxd/main.go b/lxd/main.go
index d54b8da..4ad8e13 100644
--- a/lxd/main.go
+++ b/lxd/main.go
@@ -110,6 +110,8 @@ func run() error {
fmt.Printf("\nInit options:\n")
fmt.Printf(" --auto\n")
fmt.Printf(" Automatic (non-interactive) mode\n")
+
+ fmt.Printf("\nInit options for non-interactive mode (--auto):\n")
fmt.Printf(" --network-address ADDRESS\n")
fmt.Printf(" Address to bind LXD to (default: none)\n")
fmt.Printf(" --network-port PORT\n")
More information about the lxc-devel
mailing list