summaryrefslogtreecommitdiffstats
path: root/cmd/dump.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dump.go')
-rw-r--r--cmd/dump.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/dump.go b/cmd/dump.go
index 1e03ef74f0..8af76e2fc7 100644
--- a/cmd/dump.go
+++ b/cmd/dump.go
@@ -20,6 +20,7 @@ import (
"github.com/go-gitea/gitea/modules/setting"
)
+// CmdDump represents the available dump sub-command.
var CmdDump = cli.Command{
Name: "dump",
Usage: "Dump Gogs files and database",