[lxc-devel] [lxd/master] reduce verbiage to fit help text more efficiently

dustinkirkland on Github lxc-bot at linuxcontainers.org
Tue Feb 9 20:20:20 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 360 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160209/a68da9b0/attachment.bin>
-------------- next part --------------
From 500abf1f586637a13bb72109cc7a81d3e7770fff Mon Sep 17 00:00:00 2001
From: Dustin Kirkland <dustin.kirkland at gmail.com>
Date: Tue, 9 Feb 2016 20:18:54 +0000
Subject: [PATCH] reduce verbiage to fit help text more efficiently

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

diff --git a/lxc/restore.go b/lxc/restore.go
index 11249a9..67b31f9 100644
--- a/lxc/restore.go
+++ b/lxc/restore.go
@@ -19,7 +19,7 @@ func (c *restoreCmd) showByDefault() bool {
 
 func (c *restoreCmd) usage() string {
 	return i18n.G(
-		`Set the current state of a resource back to its state at the time the snapshot was created.
+		`Set the current state of a resource back to a snapshot.
 
 lxc restore [remote:]<container> <snapshot name> [--stateful]
 


More information about the lxc-devel mailing list