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

Commit c39cc41

Browse files
author
Matthieu Nottale
committed
cli: Fix 'Use' for render.
Signed-off-by: Matthieu Nottale <[email protected]>
1 parent d967b62 commit c39cc41

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)