File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,20 +153,20 @@ printSubcommandHelp() {
153153 version)
154154 echo -e " version - usage: flattool version"
155155 echo -e " can also be ran with '-v', '--version'"
156- echo -e " about: prints the currently running version of flattool and where flattool is running from\n"
156+ echo -e " about: Prints the currently running version of flattool and where flattool is running from\n"
157157 ;;
158158 auto-update)
159159 echo -e " auto-update - usage: flattool auto-update"
160160 echo -e " about: Toggles whether flattool will check for updates on each run\n"
161161 ;;
162162 update-check)
163163 echo -e " update-check: flattool update-check"
164- echo -e " about: checks github to see if there is a new release and if there is, prompts to install it. Can only check once an hour.\n"
164+ echo -e " about: Checks github to see if there is a new release and if there is, prompts to install it. Can only check once an hour.\n"
165165 ;;
166166 help)
167167 echo -e " help - usage: flattool help"
168168 echo -e " can also be ran with '-h', '--help'"
169- echo -e " about: prints the full help message for flattool"
169+ echo -e " about: Prints the full help message for flattool"
170170 ;;
171171 esac
172172}
You can’t perform that action at this time.
0 commit comments