Skip to content

Commit 235a42d

Browse files
committed
fix(docs): fix typo in command flag description
1 parent 496396f commit 235a42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/check.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jalapeno check --recipe my-recipe --from oci://my-registry.com/my-recipe`,
7070
&opts.UseDetailedExitCode,
7171
"detailed-exitcode",
7272
false,
73-
fmt.Sprintf("Returns a detailed exit code when the command exits. When provided, this argument changes the exit codes and their meanings to provide more granular information about what the resulting plan contains: %d = Succeeded with no updates available, %d = Error, %d = Succeeded with updates available", ExitCodeOK, ExitCodeUpdatesAvailable, ExitCodeUpdatesAvailable))
73+
fmt.Sprintf("Returns a detailed exit code when the command exits. When provided, this argument changes the exit codes and their meanings to provide more granular information about what the resulting plan contains: %d = Succeeded with no updates available, %d = Error, %d = Succeeded with updates available", ExitCodeOK, ExitCodeError, ExitCodeUpdatesAvailable))
7474

7575
if err := option.ApplyFlags(&opts, cmd.Flags()); err != nil {
7676
return nil

0 commit comments

Comments
 (0)