The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/1736

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) ===
Closes #1735

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From b8eb3cf5d1303c5cff1021364328fc45398740bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@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 <stgra...@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")
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to