Skip to content

Commit 1d4c482

Browse files
robzolkosCopilot
andauthored
Update internal/commands/upload.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b51dbc5 commit 1d4c482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/commands/upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var uploadCmd = &cobra.Command{
1616
var uploadFileCmd = &cobra.Command{
1717
Use: "file PATH",
1818
Short: "Upload a file",
19-
Long: "Uploads a file and returns both signed_id (for --image) and attachable_sgid (for inline rich text attachments when embedding manually).",
19+
Long: "Uploads a file and returns signed_id (for --image) and, when available/supported by the server, attachable_sgid (for inline rich text attachments when embedding manually).",
2020
Args: cobra.ExactArgs(1),
2121
RunE: func(cmd *cobra.Command, args []string) error {
2222
// Upload uses legacy client only — skip SDK initialization

0 commit comments

Comments
 (0)