diff options
author | Unknwon <u@gogs.io> | 2017-02-23 19:59:39 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-27 22:47:12 -0500 |
commit | 7fe13e72d8f8c0e61abbc4068ecb965347fe0331 (patch) | |
tree | 240ae74094e03fd3f37f77013ef32bf0ab4d9520 /cmd/import.go | |
parent | 87f0ce793da616dfea3280bf37174642b05e0ce5 (diff) |
cmd: refactoring command name
Diffstat (limited to 'cmd/import.go')
-rw-r--r-- | cmd/import.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/import.go b/cmd/import.go index e575736a..f71e4b18 100644 --- a/cmd/import.go +++ b/cmd/import.go @@ -19,7 +19,7 @@ import ( ) var ( - CmdImport = cli.Command{ + Import = cli.Command{ Name: "import", Usage: "Import portable data as local Gogs data", Description: `Allow user import data from other Gogs installations to local instance |