From bfa246ded4f3945afe0774b84e05cd4bb128a631 Mon Sep 17 00:00:00 2001 From: comp500 Date: Thu, 19 Sep 2019 14:11:04 +0100 Subject: [PATCH] Better help text for install --- curseforge/install.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curseforge/install.go b/curseforge/install.go index eca3c5d..c2ad528 100644 --- a/curseforge/install.go +++ b/curseforge/install.go @@ -23,8 +23,8 @@ type installableDep struct { // installCmd represents the install command var installCmd = &cobra.Command{ - Use: "install", - Short: "Install a mod from a curseforge URL, slug or ID", + Use: "install [mod]", + Short: "Install a mod from a curseforge URL, slug, ID or search", Aliases: []string{"add", "get"}, Args: cobra.ArbitraryArgs, Run: func(cmd *cobra.Command, args []string) {