Commit headline -- not longer than this line (50)

==== Fixed Issues ====

====  Documentation Notes ====
pull/1075/head
aatchison 2017-09-14 12:39:23 +09:00
parent d750935fe3
commit d8489a312e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ case $1 in
"sdkdoc") SCRIPT=${TOP}/doc/generate_sdk_docs.py ;;
"enclosure") SCRIPT=${TOP}/mycroft/client/enclosure/main.py ;;
"wifi") SCRIPT=${TOP}/mycroft/client/wifisetup/main.py ;;
*) echo "Usage: start.sh [service | skills | skill_container | voice | cli | audiotest| audioaccuracytest | collector | unittest | enclosure | sdkdoc | wifi]"; exit ;;
*) echo "Usage: start.sh [service | skills | skill_container | audio | voice | cli | audiotest| audioaccuracytest | collector | unittest | enclosure | sdkdoc | wifi]"; exit ;;
esac
echo "Starting $@"