diff options
author | Joubert RedRat <eu+github@redrat.com.br> | 2016-12-21 10:13:17 -0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-21 20:13:17 +0800 |
commit | ce21ed6c3490cdfad797319cbb1145e2330a8fef (patch) | |
tree | 570c4eded0ca748c651209a0018d0ec7240d59f2 /cmd/admin.go | |
parent | 618407c018cdf668ceedde7454c42fb22ba422d8 (diff) | |
download | gitea-ce21ed6c3490cdfad797319cbb1145e2330a8fef.tar.gz gitea-ce21ed6c3490cdfad797319cbb1145e2330a8fef.zip |
Remove remaining Gogs reference on locales and cmd (#430)
Diffstat (limited to 'cmd/admin.go')
-rw-r--r-- | cmd/admin.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/admin.go b/cmd/admin.go index 9aeb32138a..440a172a82 100644 --- a/cmd/admin.go +++ b/cmd/admin.go @@ -1,4 +1,5 @@ // Copyright 2016 The Gogs Authors. All rights reserved. +// Copyright 2016 The Gitea Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. @@ -18,7 +19,7 @@ var ( CmdAdmin = cli.Command{ Name: "admin", Usage: "Preform admin operations on command line", - Description: `Allow using internal logic of Gogs without hacking into the source code + Description: `Allow using internal logic of Gitea without hacking into the source code to make automatic initialization process more smoothly`, Subcommands: []cli.Command{ subcmdCreateUser, |