From a46afd605a572d900f4d9f03b1f6adf4bb7ee76e Mon Sep 17 00:00:00 2001 From: hub Date: Mon, 14 Nov 2022 02:03:45 +0100 Subject: [PATCH] update descr. info --- cmd/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/update.go b/cmd/update.go index f7ccce5..7ba8f90 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -21,7 +21,7 @@ func init() { var updateCmd = &cobra.Command{ Use: "update", Short: "Update the deployed modpack", - Long: `Update the deployed modpacks config and mod files, creating backup files if necessary.'`, + Long: `Update the deployed modpacks config and mod files, creating backup files if necessary.`, Run: func(cmd *cobra.Command, args []string) { if len(args) < 1 { err := cmd.Help()