From a9a5fb45f8b0b31f0219d7a0957db1a43a72f6e0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 12 Mar 2014 00:19:45 -0400 Subject: Bug fix --- serve.go | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'serve.go') diff --git a/serve.go b/serve.go index 2b736c2f49..d4874b3ed6 100644 --- a/serve.go +++ b/serve.go @@ -30,10 +30,7 @@ var CmdServ = cli.Command{ Description: ` gogs serv provide access auth for repositories`, Action: runServ, - Flags: []cli.Flag{ - //cli.BoolFlag{"update, u", "update pakcage(s) and dependencies if any"}, - //cli.BoolFlag{"verbose, v", "show process details"}, - }, + Flags: []cli.Flag{}, } func In(b string, sl map[string]int) bool { @@ -61,7 +58,7 @@ func runServ(*cli.Context) { cmd := os.Getenv("SSH_ORIGINAL_COMMAND") if cmd == "" { - println("Hi %s! You've successfully authenticated, but Gogits does not provide shell access.\n", user.Name) + printf("Hi %s! You've successfully authenticated, but Gogs does not provide shell access.\n", user.Name) return } -- cgit v1.2.3