Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 13, 2017
1 parent 31003c3 commit 2cb315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 | audio | display |wav | audiotest| audioaccuracytest | collector | unittest | enclosure | sdkdoc | wifi]"; exit ;;
*) echo "Usage: start.sh [service | skills | skill_container | voice | cli | server | client | audio | display | wav | audiotest| audioaccuracytest | collector | unittest | enclosure | sdkdoc | wifi]"; exit ;;
esac

echo "Starting $@"
Expand Down

0 comments on commit 2cb315b

Please sign in to comment.