aboutsummaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
Diffstat (limited to 'update.go')
-rw-r--r--update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.go b/update.go
index 196ed3e6..b8f59582 100644
--- a/update.go
+++ b/update.go
@@ -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{},
}