consistent capitalization

pull/2613/head
Kris Gesling 2020-06-15 13:43:36 +09:30
parent d561711890
commit 394160885d
1 changed files with 10 additions and 10 deletions

View File

@ -22,28 +22,28 @@ echo -e "\e[36mMycroft\e[0m is your open source voice assistant. Full source"
echo "can be found at: ${DIR}"
echo
echo "Mycroft-specific commands you can use from the Linux command prompt:"
echo " mycroft-cli-client command line client, useful for debugging"
echo " mycroft-cli-client Command line client, useful for debugging"
echo " mycroft-msm Mycroft Skills Manager, to manage your Skills"
echo " mycroft-start Launch/restart Mycroft services"
echo " mycroft-stop Stop Mycroft services"
echo
echo "Scripting Utilities:"
echo " mycroft-listen activate the microphone to listen for a command"
echo " mycroft-speak <phr> have Mycroft speak a phrase to the user"
echo " mycroft-say-to <utt> send an utterance to Mycroft as if spoken by a user"
echo " mycroft-listen Activate the microphone to listen for a command"
echo " mycroft-speak <phr> Have Mycroft speak a phrase to the user"
echo " mycroft-say-to <utt> Send an utterance to Mycroft as if spoken by a user"
echo
echo "Mycroft's Python Virtual Environment (venv) control:"
echo " mycroft-pip install a Python package within the venv"
echo " mycroft-venv-activate enter the venv"
echo " mycroft-venv-deactivate exit the venv"
echo " mycroft-pip Install a Python package within the venv"
echo " mycroft-venv-activate Enter the venv"
echo " mycroft-venv-deactivate Exit the venv"
echo
echo "Skill Development:"
echo " mycroft-msk Mycroft Skills Kit, create and share Skills"
echo " mycroft-skill-testrunner Run integration tests on Mycroft Skills"
echo
echo "Other:"
echo " mycroft-config manage your local Mycroft configuration files"
echo " mycroft-mic-test record and playback to directly test microphone"
echo " mycroft-help display this message"
echo " mycroft-config Manage your local Mycroft configuration files"
echo " mycroft-mic-test Record and playback to directly test microphone"
echo " mycroft-help Display this message"
echo
echo "For more information, see https://mycroft.ai/documentation"