Skip to content

Commit 1e6eb0b

Browse files
authored
Update flattool
Make the help responses' capitalization consistent
1 parent 4d797c2 commit 1e6eb0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flattool

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)