Skip to content

Commit

Permalink
Update flattool
Browse files Browse the repository at this point in the history
Make the help responses' capitalization consistent
  • Loading branch information
heliguy4599 authored Jun 21, 2023
1 parent 4d797c2 commit 1e6eb0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flattool
Original file line number Diff line number Diff line change
Expand Up @@ -153,20 +153,20 @@ printSubcommandHelp() {
version)
echo -e " version - usage: flattool version"
echo -e " can also be ran with '-v', '--version'"
echo -e " about: prints the currently running version of flattool and where flattool is running from\n"
echo -e " about: Prints the currently running version of flattool and where flattool is running from\n"
;;
auto-update)
echo -e " auto-update - usage: flattool auto-update"
echo -e " about: Toggles whether flattool will check for updates on each run\n"
;;
update-check)
echo -e " update-check: flattool update-check"
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"
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"
;;
help)
echo -e " help - usage: flattool help"
echo -e " can also be ran with '-h', '--help'"
echo -e " about: prints the full help message for flattool"
echo -e " about: Prints the full help message for flattool"
;;
esac
}
Expand Down

0 comments on commit 1e6eb0b

Please sign in to comment.