This commit is contained in:
Unknown 2014-03-12 00:19:45 -04:00
parent 29e9b8c3c4
commit a9a5fb45f8
2 changed files with 5 additions and 5 deletions

View file

@ -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
}