From b185f9b56e3d724d56400c84576eed6d4167d709 Mon Sep 17 00:00:00 2001 From: xufanglu <3146974+likev@users.noreply.github.com> Date: Thu, 5 Nov 2020 00:47:36 +0800 Subject: [PATCH] chore: fix typo in config_init.go (#1131) --- cmd/config_init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/config_init.go b/cmd/config_init.go index 584d382e..12b11688 100644 --- a/cmd/config_init.go +++ b/cmd/config_init.go @@ -61,7 +61,7 @@ override the options.`, fmt.Printf(` Congratulations! You've set up your database to use with File Browser. -Now add your first user via 'filebrowser users new' and then you just +Now add your first user via 'filebrowser users add' and then you just need to call the main command to boot up the server. `) printSettings(ser, s, auther)