Skip to content

Commit 18a0e71

Browse files
authored
Merge pull request #265 from achilleas-k/docu-fix
LGTM
2 parents e66ca4a + ba994ad commit 18a0e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gincmd/addservercmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ See the Examples section for a full example.
132132
"<alias>": "The alias (name) for the server.",
133133
}
134134
examples := map[string]string{
135-
"This is what configuring the built-in G-Node GIN server would look like (note: this is already configured)": "$ gin add-server --web https://web.gin.g-node.org:443 --git git@git.g-node.org:22 gin",
135+
"This is what configuring the built-in G-Node GIN server would look like (note: this is already configured)": "$ gin add-server --web https://web.gin.g-node.org:443 --git git@gin.g-node.org:22 gin",
136136
}
137137
var cmd = &cobra.Command{
138138
Use: "add-server [--web http[s]://<hostname>[:<port>]] [--git [<gituser>@]<hostname>[:<port>]] <alias>",

0 commit comments

Comments
 (0)