Skip to content

Commit 12fdd11

Browse files
committed
Fixed typo.
1 parent b28e6fd commit 12fdd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker/run_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#Gets called when the user doesn't provide any args
44
function HELP {
5-
echo "usage: source_file.py --key API_KEY [--url ALT_URL]"
5+
echo -e "\nusage: source_file.py --key API_KEY [--url ALT_URL]"
66
echo " API_KEY - Rosette API key (required)"
77
echo " FILENAME - Python source file (optional)"
88
echo " ALT_URL - Alternate service URL (optional)"

0 commit comments

Comments
 (0)