Skip to content

Commit

Permalink
update descr. info
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Nov 14, 2022
1 parent 0fa2696 commit a46afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a46afd6

Please sign in to comment.