aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrouzier <rouzier@gmail.com>2017-05-17 18:30:19 -0400
committer无闻 <u@gogs.io>2017-05-17 18:30:19 -0400
commit07d5badfed49aa1236407dfd67fd004d44c4ec91 (patch)
treeaf9699184c6eb82e36c2d6c14e1f7a75beca940a
parent10ee2e0dad6471e8912cc833faf33db7eaa55fa8 (diff)
cmd/update: fix typo (#4492)
-rw-r--r--cmd/restore.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/restore.go b/cmd/restore.go
index 36e49fa2..e76744d9 100644
--- a/cmd/restore.go
+++ b/cmd/restore.go
@@ -27,7 +27,7 @@ The backup version must lower or equal to current Gogs version. You can also imp
backup from other database engines, which is useful for database migrating.
If corresponding files or database tables are not presented in the archive, they will
-be skipped and remian unchanged.`,
+be skipped and remain unchanged.`,
Action: runRestore,
Flags: []cli.Flag{
stringFlag("config, c", "custom/conf/app.ini", "Custom configuration file path"),