Skip to content

Commit

Permalink
fix(cli): pack example still using flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxencs committed Aug 12, 2024
1 parent ed0072a commit 2f79eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pack.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2f79eb4

Please sign in to comment.