Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 85420c7

Browse files
authored
Merge pull request #105 from mnottale/cli-render-use-fix
cli: Fix 'Use' for render.
2 parents d967b62 + c39cc41 commit 85420c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/render.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
var renderCmd = &cobra.Command{
15-
Use: "render <app-name> [-e key=value...] [-s settings-file...]",
15+
Use: "render <app-name> [-s key=value...] [-f settings-file...]",
1616
Short: "Render the Compose file for this app",
1717
Long: `Render generates a Compose file from the application's template and optional additional files.
1818
Override is provided in different ways:

0 commit comments

Comments
 (0)