[lxc-devel] [lxd/stable-2.0] Drop spurious --preseed option from lxd help message

freeekanayaka on Github lxc-bot at linuxcontainers.org
Thu Jan 11 08:41:25 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 361 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180111/4d7350f5/attachment.bin>
-------------- next part --------------
From 833eafa9e70c5858a9bcb1b7bef52025ed91b815 Mon Sep 17 00:00:00 2001
From: Free Ekanayaka <free.ekanayaka at canonical.com>
Date: Thu, 11 Jan 2018 08:38:59 +0000
Subject: [PATCH] Drop spurious --preseed option from lxd help message

Signed-off-by: Free Ekanayaka <free.ekanayaka at canonical.com>
---
 lxd/main_args.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxd/main_args.go b/lxd/main_args.go
index 9e643506a..b623b2303 100644
--- a/lxd/main_args.go
+++ b/lxd/main_args.go
@@ -41,7 +41,7 @@ Commands:
         Start the main LXD daemon
     init [--auto] [--network-address=IP] [--network-port=8443] [--storage-backend=dir]
          [--storage-create-device=DEVICE] [--storage-create-loop=SIZE] [--storage-pool=POOL]
-         [--trust-password=] [--preseed]
+         [--trust-password=]
         Setup storage and networking
     ready
         Tells LXD that any setup-mode configuration has been done and that it can start containers.


More information about the lxc-devel mailing list