doc improvements

This commit is contained in:
Lunny Xiao 2014-04-23 19:24:26 +08:00
parent 0c5e50a888
commit ff690840d4
2 changed files with 1 additions and 2 deletions

View file

@ -20,7 +20,7 @@ var CmdUpdate = cli.Command{
Name: "update",
Usage: "This command just should be called by ssh shell",
Description: `
gogs serv provide access auth for repositories`,
gogs update get pushed info and insert into database`,
Action: runUpdate,
Flags: []cli.Flag{},
}