diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-05 00:55:17 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-05 00:55:17 -0400 |
commit | a641854cad6dddda551a2995c765e970f7cea8ba (patch) | |
tree | 9ed5c0e085ed7f31461f82a224856dc86a14a77b /cmd/update.go | |
parent | bb0bc0a240acf745001c1cb3f0f64c8fb8ab696b (diff) | |
download | gitea-a641854cad6dddda551a2995c765e970f7cea8ba.tar.gz gitea-a641854cad6dddda551a2995c765e970f7cea8ba.zip |
command dump
Diffstat (limited to 'cmd/update.go')
-rw-r--r-- | cmd/update.go | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/cmd/update.go b/cmd/update.go index d7efe87f3c..1ab08ca194 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -17,12 +17,11 @@ import ( ) var CmdUpdate = cli.Command{ - Name: "update", - Usage: "This command should only be called by SSH shell", - Description: ` -Update get pushed info and insert into database`, - Action: runUpdate, - Flags: []cli.Flag{}, + Name: "update", + Usage: "This command should only be called by SSH shell", + Description: `Update get pushed info and insert into database`, + Action: runUpdate, + Flags: []cli.Flag{}, } func newUpdateLogger(execDir string) { |