diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-23 19:24:26 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-04-23 19:24:26 +0800 |
commit | ff690840d42fa069dcda7a55cda602bf11b40b06 (patch) | |
tree | 722491bb5fe0fb5f65de58288427e811301fd54d /update.go | |
parent | 0c5e50a888ef3a48ff19390a0925820c718ac0de (diff) |
doc improvements
Diffstat (limited to 'update.go')
-rw-r--r-- | update.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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{}, } |