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

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) ===
Incorrect syntax, no space allowed
From d5afdb157e1fa0d585f4343a5724a53bfb8f9ba5 Mon Sep 17 00:00:00 2001
From: Brian Neumeyer <bpneu...@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`))
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to