Skip to content

Commit ba994ad

Browse files
committed
Fixed typo in add-server command help
1 parent e66ca4a commit ba994ad

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)