Skip to content

Commit ad247b7

Browse files
committed
fix typo in --push usage
Signed-off-by: Emily Casey <[email protected]>
1 parent ebb4723 commit ad247b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/package.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func newPackagedCmd() *cobra.Command {
7373

7474
c.Flags().StringVar(&opts.ggufPath, "gguf", "", "absolute path to gguf file (required)")
7575
c.Flags().StringArrayVarP(&opts.licensePaths, "license", "l", nil, "absolute path to a license file")
76-
c.Flags().BoolVar(&opts.push, "push", false, "push to registry (if not set, the model is loaded into the Model Runner content store.")
76+
c.Flags().BoolVar(&opts.push, "push", false, "push to registry (if not set, the model is loaded into the Model Runner content store)")
7777
c.Flags().Uint64Var(&opts.contextSize, "context-size", 0, "context size in tokens")
7878
return c
7979
}

0 commit comments

Comments
 (0)