From 07d5badfed49aa1236407dfd67fd004d44c4ec91 Mon Sep 17 00:00:00 2001 From: rouzier Date: Wed, 17 May 2017 18:30:19 -0400 Subject: cmd/update: fix typo (#4492) --- cmd/restore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- cgit v1.2.3