Skip to content

Commit 76a8fcd

Browse files
kaanescapem-rousse
andcommitted
Update pkg/cli/cmd/upload.go
Co-authored-by: Mathieu Rousse <mathieu@escape.tech>
1 parent 7178e67 commit 76a8fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/cmd/upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Example output:
2828
ID
2929
00000000-0000-0000-0000-000000000000
3030
`,
31-
Example: `escape-cli upload signed-url<schema.json`, RunE: func(cmd *cobra.Command, _ []string) error {
31+
Example: `escape-cli upload schema < schema.json`, RunE: func(cmd *cobra.Command, _ []string) error {
3232
upload, err := escape.GetUploadSignedURL(cmd.Context())
3333
if err != nil {
3434
return fmt.Errorf("unable to get signed url: %w", err)

0 commit comments

Comments
 (0)