Skip to content

Commit 101597c

Browse files
committed
change in manual
1 parent 4250db1 commit 101597c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/constants.js

+3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ ${font.bold} OPTIONS
1515
${font.bold} -h | --help ${font.reset}get detailed usage information
1616
${font.bold} -v | --version ${font.reset}get version of the package
1717
${font.bold} --repository ${font.reset}repository to push the images to
18+
${font.bold} --modules ${font.reset}list the modules image has to be built for
1819
1920
${font.bold} EXAMPLES${font.reset}
2021
ctz build.yaml
2122
ctz build.yaml --log
2223
ctz build.yaml -l
2324
ctz build.yaml --push
2425
ctz build.yaml -p --log
26+
ctz build.yaml --modules=mod1,mod2
27+
ctz build.yaml --repository=docker.io/username
2528
`
2629

2730
const native_commands = {

0 commit comments

Comments
 (0)