summaryrefslogtreecommitdiffstats
path: root/cmd/serve.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-05 00:55:17 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-05 00:55:17 -0400
commita641854cad6dddda551a2995c765e970f7cea8ba (patch)
tree9ed5c0e085ed7f31461f82a224856dc86a14a77b /cmd/serve.go
parentbb0bc0a240acf745001c1cb3f0f64c8fb8ab696b (diff)
downloadgitea-a641854cad6dddda551a2995c765e970f7cea8ba.tar.gz
gitea-a641854cad6dddda551a2995c765e970f7cea8ba.zip
command dump
Diffstat (limited to 'cmd/serve.go')
-rw-r--r--cmd/serve.go11
1 files changed, 5 insertions, 6 deletions
diff --git a/cmd/serve.go b/cmd/serve.go
index 11cf97ad61..e881717c3e 100644
--- a/cmd/serve.go
+++ b/cmd/serve.go
@@ -35,12 +35,11 @@ var (
)
var CmdServ = cli.Command{
- Name: "serv",
- Usage: "This command should only be called by SSH shell",
- Description: `
-Serv provide access auth for repositories`,
- Action: runServ,
- Flags: []cli.Flag{},
+ Name: "serv",
+ Usage: "This command should only be called by SSH shell",
+ Description: `Serv provide access auth for repositories`,
+ Action: runServ,
+ Flags: []cli.Flag{},
}
func newLogger(execDir string) {