Properly align first "blueprint help" item

This commit is contained in:
purple 2023-05-30 11:15:36 +02:00 committed by GitHub
parent 5346c0f069
commit 97eeff2bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -354,7 +354,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then
fi;
if [[ ( $2 == "help" ) || ( $2 == "-help" ) || ( $2 == "--help" ) ]]; then
echo -e "-i [name] install a blueprint extension""
echo -e " -i [name] install a blueprint extension""
" "-v get the current blueprint version""
" "-init initialize extension development files (experimental)""
" "-test run an installation on your extension development files (experimental)""