Skip to content

Commit c720871

Browse files
author
Adam Soos
committed
WS-3314: update example runner usage info
1 parent d4fc963 commit c720871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/src/scripts/run_all_examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
if [ $# -eq 0 ]; then
4-
echo "Usage: $0 API_KEY" 1>&2
4+
echo "Usage: $0 API_KEY [ALT_URL]" 1>&2
55
exit 1
66
fi
77

0 commit comments

Comments
 (0)