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

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) ===
This one line of help text stands out as *really* wordy :-)
From 500abf1f586637a13bb72109cc7a81d3e7770fff Mon Sep 17 00:00:00 2001
From: Dustin Kirkland <dustin.kirkl...@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]
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to