[lxc-devel] [lxd/master] correct mistake in help

m4sk1n on Github lxc-bot at linuxcontainers.org
Thu Jan 11 21:49:52 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180111/e28a7349/attachment.bin>
-------------- next part --------------
From 7571c32bace5776a5fac66ed827012ab4337e8af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20Miko=C5=82ajczak?= <me at m4sk.in>
Date: Thu, 11 Jan 2018 21:49:39 +0000
Subject: [PATCH] correct mistake in help

---
 lxc/storage.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxc/storage.go b/lxc/storage.go
index 75e2b1b35..111122ac0 100644
--- a/lxc/storage.go
+++ b/lxc/storage.go
@@ -117,7 +117,7 @@ lxc storage volume delete [<remote>:]<pool> <volume>
     Delete a storage volume on a storage pool.
 
 lxc storage volume edit [<remote>:]<pool> <volume>
-    Edit storage pool, either by launching external editor or reading STDIN.
+    Edit storage volume, either by launching external editor or reading STDIN.
 
 lxc storage volume attach [<remote>:]<pool> <volume> <container> [device name] <path>
     Attach a storage volume to the specified container.


More information about the lxc-devel mailing list