Skip to content

Commit 88fc32d

Browse files
committed
test-image: update usage doc for render_mocks_cli
1 parent e6f37c7 commit 88fc32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/image/render_mocks_cli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ programname=$0
55

66
function usage {
77
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."
8+
echo " it renders all the JSON files found in ./test/image/mocks into the output_folder."
9+
echo " if docker:image is provided, rendering is done in the given Docker image."
1010
exit 1
1111
}
1212

0 commit comments

Comments
 (0)