Skip to content

Commit 53a9399

Browse files
author
Luca Bianconi
committed
chore: updated usage
1 parent 654a5c6 commit 53a9399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/cli/compile/compile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func NewCommand() *cobra.Command {
120120
&showProperties,
121121
"show-properties",
122122
"disabled",
123-
tr(`Show build properties instead of compiling. With "expanded" the placeholders are replaced with compilation context values.`),
123+
tr(`Show build properties instead of compiling. The properties are returned exactly as they are defined. Use "--show-properties=expanded" to replace placeholders with compilation context values.`),,
124124
)
125125
compileCommand.Flags().Lookup("show-properties").NoOptDefVal = "unexpanded" // default if the flag is present with no value
126126
compileCommand.Flags().BoolVar(&preprocess, "preprocess", false, tr("Print preprocessed code to stdout instead of compiling."))

0 commit comments

Comments
 (0)