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 b28e6fd commit 12fdd11Copy full SHA for 12fdd11
examples/docker/run_python.sh
@@ -2,7 +2,7 @@
2
3
#Gets called when the user doesn't provide any args
4
function HELP {
5
- echo "usage: source_file.py --key API_KEY [--url ALT_URL]"
+ echo -e "\nusage: source_file.py --key API_KEY [--url ALT_URL]"
6
echo " API_KEY - Rosette API key (required)"
7
echo " FILENAME - Python source file (optional)"
8
echo " ALT_URL - Alternate service URL (optional)"
0 commit comments