[lxc-devel] [lxd/master] Removed Erroneous Space

66hades on Github lxc-bot at linuxcontainers.org
Tue Feb 25 19:47:07 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 335 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200225/004c4607/attachment.bin>
-------------- next part --------------
From d5afdb157e1fa0d585f4343a5724a53bfb8f9ba5 Mon Sep 17 00:00:00 2001
From: Brian Neumeyer <bpneumey at oakland.edu>
Date: Tue, 25 Feb 2020 14:46:44 -0500
Subject: [PATCH] Removed Erroneous Space

Incorrect syntax, no space allowed
---
 lxc/project.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxc/project.go b/lxc/project.go
index 852b3a74df..ab88b31839 100644
--- a/lxc/project.go
+++ b/lxc/project.go
@@ -661,7 +661,7 @@ type cmdProjectSwitch struct {
 
 func (c *cmdProjectSwitch) Command() *cobra.Command {
 	cmd := &cobra.Command{}
-	cmd.Use = i18n.G("switch [<remote>:] <project>")
+	cmd.Use = i18n.G("switch [<remote>:]<project>")
 	cmd.Short = i18n.G("Switch the current project")
 	cmd.Long = cli.FormatSection(i18n.G("Description"), i18n.G(
 		`Switch the current project`))


More information about the lxc-devel mailing list