Skip to content

Commit d6b32f3

Browse files
committed
clarification on api coverage
1 parent feb478d commit d6b32f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/runware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CLI tool for the Runware API
44

55
### Synopsis
66

7-
A command-line tool for interacting with the full Runware API.
7+
A command-line tool for interacting with the Runware API.
88
Run image generation, video generation, audio generation, 3D, upscaling, background removal, captioning, search models, and more.
99

1010
Use of Runware services is subject to our Terms of Service (https://runware.ai/terms) and Privacy Policy (https://runware.ai/privacy).

internal/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func NewRootCmd(logger *log.Logger) *cobra.Command {
4040
root := &cobra.Command{
4141
Use: "runware",
4242
Short: "CLI tool for the Runware API",
43-
Long: `A command-line tool for interacting with the full Runware API.
43+
Long: `A command-line tool for interacting with the Runware API.
4444
Run image generation, video generation, audio generation, 3D, upscaling, background removal, captioning, search models, and more.
4545
4646
Use of Runware services is subject to our Terms of Service (https://runware.ai/terms) and Privacy Policy (https://runware.ai/privacy).`,

0 commit comments

Comments
 (0)