aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-16 12:18:34 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-16 12:18:34 +0800
commit3035a38caab5308ef30720760c99594fd9434176 (patch)
tree5582169bbb32538651e1a5c71546cd002f002888 /gogs.go
parentf047df6e2b69ecb41c3fe4bef746145916aa4063 (diff)
add update
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gogs.go b/gogs.go
index e826ab9f..3b33c4e3 100644
--- a/gogs.go
+++ b/gogs.go
@@ -49,6 +49,7 @@ func main() {
app.Commands = []cli.Command{
CmdWeb,
CmdServ,
+ CmdUpdate,
}
app.Flags = append(app.Flags, []cli.Flag{
cli.BoolFlag{"noterm", "disable color output"},