From 394160885d6af6be07ce81c3a586c54e35b4449b Mon Sep 17 00:00:00 2001 From: Kris Gesling Date: Mon, 15 Jun 2020 13:43:36 +0930 Subject: [PATCH] consistent capitalization --- bin/mycroft-help | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/mycroft-help b/bin/mycroft-help index ea42d45387..822e078a2a 100755 --- a/bin/mycroft-help +++ b/bin/mycroft-help @@ -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 have Mycroft speak a phrase to the user" -echo " mycroft-say-to 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 Have Mycroft speak a phrase to the user" +echo " mycroft-say-to 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"