diff --git a/cmd/pack.go b/cmd/pack.go index 2d37b4b..034cf59 100644 --- a/cmd/pack.go +++ b/cmd/pack.go @@ -15,7 +15,7 @@ import ( var packCmd = &cobra.Command{ Use: "pack", Short: "Test the pack api endpoint for a specified release", - Example: ` seasonpackarr test pack --rls “Series.S01.1080p.WEB-DL.H.264-RlsGrp” --client "default" --host "127.0.0.1" --port 42069 --api "your-api-key"`, + Example: ` seasonpackarr test pack “Series.S01.1080p.WEB-DL.H.264-RlsGrp” --client "default" --host "127.0.0.1" --port 42069 --api "your-api-key"`, Run: func(cmd *cobra.Command, args []string) { if len(args) == 0 { fmt.Println("Please provide a release name")