mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-20 13:36:29 +02:00
Clean up misleading help message for cf import
This commit is contained in:
parent
6ab8235086
commit
2b878f5e28
@ -20,8 +20,8 @@ import (
|
|||||||
|
|
||||||
// importCmd represents the import command
|
// importCmd represents the import command
|
||||||
var importCmd = &cobra.Command{
|
var importCmd = &cobra.Command{
|
||||||
Use: "import [modpack]",
|
Use: "import [modpack path]",
|
||||||
Short: "Import a curseforge modpack, from a download URL or a downloaded pack zip, or an installed metadata json file",
|
Short: "Import a curseforge modpack from a downloaded pack zip or an installed metadata json file",
|
||||||
Args: cobra.ExactArgs(1),
|
Args: cobra.ExactArgs(1),
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
inputFile := args[0]
|
inputFile := args[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user