summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
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 e826ab9f36..3b33c4e303 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"},