We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f37c7 commit 88fc32dCopy full SHA for 88fc32d
test/image/render_mocks_cli
@@ -5,8 +5,8 @@ programname=$0
5
6
function usage {
7
echo "usage: $programname output_folder [docker:image]"
8
- echo " it renders all the JSON files found in ./mocks into the output_folder."
9
- echo " if docker-image is provided, rendering is done in the given Docker image."
+ echo " it renders all the JSON files found in ./test/image/mocks into the output_folder."
+ echo " if docker:image is provided, rendering is done in the given Docker image."
10
exit 1
11
}
12
0 commit comments